mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SAI): fix dark portal creatures calling for help on aggro (#22730)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- fix dark portal creatures calling for help on aggro
|
||||
-- 18948 Stormwind Soldier
|
||||
UPDATE `smart_scripts` SET `event_type` = 4 WHERE (`entryorguid` = 18948) AND (`source_type` = 0) AND (`id` IN (7));
|
||||
-- 18950 Orgrimmar Grunt
|
||||
UPDATE `smart_scripts` SET `event_type` = 4 WHERE (`entryorguid` = 18950) AND (`source_type` = 0) AND (`id` IN (7));
|
||||
Reference in New Issue
Block a user