From 6864748c9d5069a2a1adac5ec4510962b8e682ca Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Wed, 21 May 2025 18:27:20 -0400 Subject: [PATCH] fix(DB/SAI): Correct Fireball spell ID used by Wyrmcult Scouts and Zealots. (#22147) --- data/sql/updates/pending_db_world/wyrmcult-fireball.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/wyrmcult-fireball.sql diff --git a/data/sql/updates/pending_db_world/wyrmcult-fireball.sql b/data/sql/updates/pending_db_world/wyrmcult-fireball.sql new file mode 100644 index 000000000..49a932376 --- /dev/null +++ b/data/sql/updates/pending_db_world/wyrmcult-fireball.sql @@ -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;