fix(DB/SAI): Correct Fireball spell ID used by Wyrmcult Scouts and Zealots. (#22147)

This commit is contained in:
Benjamin Jackson
2025-05-21 18:27:20 -04:00
committed by GitHub
parent 22b1d072c2
commit 6864748c9d

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `action_param1` = 9053 WHERE `source_type` = 0 AND `entryorguid` IN (21382, 21637) AND `id` IN (1, 2) AND `action_type` = 11;