From 057be93b5d7175f580ae4bf4da48fc936c01b48f Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Wed, 24 May 2023 10:58:06 -0600 Subject: [PATCH] fix(DB/creature_template_spell): Add "Threaten" spell to "Wild Fel Stalker" (#16342) --- data/sql/updates/pending_db_world/rev_1684697962199868700.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1684697962199868700.sql diff --git a/data/sql/updates/pending_db_world/rev_1684697962199868700.sql b/data/sql/updates/pending_db_world/rev_1684697962199868700.sql new file mode 100644 index 000000000..b4d4d6e7d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1684697962199868700.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_spell` WHERE `CreatureID`=18847 AND `Index`=2 AND `Spell`=33096; +INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (18847, 2, 33096, 0); +