fix(DB/Creature): Correct spells for Orc Warlock chess piece. (#22770)

This commit is contained in:
Benjamin Jackson 2025-09-05 09:12:59 -04:00 committed by GitHub
parent 9320f9e1e6
commit f7aa69e389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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