fix(DB/Creature): Correct spells for Orc Warlock chess piece. (#22770)
This commit is contained in:
parent
9320f9e1e6
commit
f7aa69e389
1 changed files with 4 additions and 0 deletions
4
data/sql/updates/pending_db_world/kara-chess-warlock.sql
Normal file
4
data/sql/updates/pending_db_world/kara-chess-warlock.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 21750 AND `Index` IN (2, 3);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(21750, 2, 37463, 0),
|
||||
(21750, 3, 37469, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue