mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/SAI): Multiple barrel spawns (#11120)
* fix(DB/SAI): Multiple barrel spawns * extra check
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user