mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SAI): Correct Fireball spell ID used by Wyrmcult Scouts and Zealots. (#22147)
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user