mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Fixed Deathknight Understudies
they now have spells during MC
This commit is contained in:
4
sql/world/base/creature_template_spell.sql
Normal file
4
sql/world/base/creature_template_spell.sql
Normal 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);
|
||||
Reference in New Issue
Block a user