Files
mod-individual-progression/sql/world/base/creature_template_spell.sql
Dinkledork 6bef854580 Fixed Deathknight Understudies
they now have spells during MC
2023-08-20 20:00:37 -06:00

5 lines
398 B
SQL

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