fix(DB/SAI): Multiple barrel spawns (#11120)
* fix(DB/SAI): Multiple barrel spawns * extra check
This commit is contained in:
parent
535c7451a2
commit
9f6747a910
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648075927512739900');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` IN (9, 10);
|
||||
UPDATE `smart_scripts` SET `action_param2` = 45 WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` = 3;
|
||||
UPDATE `smart_scripts` SET `action_param2` = 44 WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` = 4;
|
||||
UPDATE `smart_scripts` SET `id` = 9 WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` = 11;
|
||||
UPDATE `smart_scripts` SET `id` = 10 WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` = 12;
|
||||
UPDATE `smart_scripts` SET `id` = 11 WHERE `entryorguid` = 1373 AND `source_type` = 0 AND `id` = 13;
|
||||
Loading…
Add table
Add a link
Reference in a new issue