Fixed Deathknight Understudies

they now have spells during MC
This commit is contained in:
Dinkledork
2023-08-20 20:00:37 -06:00
committed by GitHub
parent 7a4e0e0761
commit 6bef854580

View File

@@ -0,0 +1,4 @@
DELETE FROM `creature_template_spell` WHERE `CreatureID`=351084 AND `Index`=0;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (351084, 0, 29060, 0);
DELETE FROM `creature_template_spell` WHERE `CreatureID`=351084 AND `Index`=1;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (351084, 1, 29061, 0);