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>
This commit is contained in:
Skjalf
2023-09-15 02:34:56 -03:00
committed by GitHub
parent d66b243cbd
commit f2de40d172

View File

@@ -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);