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:
parent
d66b243cbd
commit
f2de40d172
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue