fix(DB/SAI): Correct Fireball spell ID used by Wyrmcult Scouts and Zealots. (#22147)
This commit is contained in:
parent
22b1d072c2
commit
6864748c9d
1 changed files with 1 additions and 0 deletions
1
data/sql/updates/pending_db_world/wyrmcult-fireball.sql
Normal file
1
data/sql/updates/pending_db_world/wyrmcult-fireball.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue