fix(DB/ShatteredHalls): Fix Legionnaires in Sparring Hall calling 2 adds at a time (#16381)
Create rev_1685245089801017800.sql
This commit is contained in:
parent
cafb8e3cfb
commit
8077c8bfaf
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
--
|
||||
UPDATE `smart_scripts` SET `event_param2`=2 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1003 AND `link`=1004;
|
||||
UPDATE `smart_scripts` SET `event_param2`=4 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1005 AND `link`=1006;
|
||||
UPDATE `smart_scripts` SET `event_param2`=6 WHERE `entryorguid`=-151131 AND `source_type`=0 AND `id`=1007 AND `link`=1008;
|
||||
|
||||
UPDATE `smart_scripts` SET `event_param2`=2 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1003 AND `link`=1004;
|
||||
UPDATE `smart_scripts` SET `event_param2`=4 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1005 AND `link`=1006;
|
||||
UPDATE `smart_scripts` SET `event_param2`=6 WHERE `entryorguid`=-151137 AND `source_type`=0 AND `id`=1007 AND `link`=1008;
|
||||
Loading…
Add table
Add a link
Reference in a new issue