fix(DB/SAI): fix dark portal creatures calling for help on aggro (#22730)

This commit is contained in:
sudlud
2025-08-25 19:21:33 +02:00
committed by GitHub
parent d22d5ae40c
commit f02af61358

View File

@@ -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));