From f2de40d1721aa45da7d804ed2e45373d84329112 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Fri, 15 Sep 2023 02:34:56 -0300 Subject: [PATCH] fix(DB/Creature): Correct Orc Warlock controlled spell (#17232) * fix(DB/Creature): Correct Orc Warlock controlled spell * Update data/sql/updates/pending_db_world/rev_1694389067923549800.sql * Update data/sql/updates/pending_db_world/rev_1694389067923549800.sql * Update data/sql/updates/pending_db_world/rev_1694389067923549800.sql --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1694389067923549800.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1694389067923549800.sql diff --git a/data/sql/updates/pending_db_world/rev_1694389067923549800.sql b/data/sql/updates/pending_db_world/rev_1694389067923549800.sql new file mode 100644 index 000000000..2ae9acb84 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1694389067923549800.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_spell` WHERE `CreatureID` = 21750 AND `Index` = 2; +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES +(21750, 2, 37469, 0);