mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/SAI): Fixed summoning friendly NPCs during quest "The Air Stan… (#12349)
fix(DB/SAI): Fixed summoning friendly NPCs during quest "The Air Stands Still" Fixes #12315
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57911, `target_type`=1 WHERE `entryorguid`=30829 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57892, `target_type`=1 WHERE `entryorguid`=30830 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=57917, `target_type`=1 WHERE `entryorguid`=30831 AND `source_type`=0 AND `id`=0;
|
||||
Reference in New Issue
Block a user