mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Correct spells for Orc Warlock chess piece. (#22770)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user