fix(DB/Creature): Remove Erroneous Mind Control Spell from Creature 601 (#16181)

This commit is contained in:
neifion-00000000
2023-05-10 10:50:12 -05:00
committed by GitHub
parent 288b3ecc31
commit 5bdea17e12

View File

@@ -0,0 +1,3 @@
--
-- Remove ability from creature that doesn't exist
DELETE FROM `creature_template_spell` WHERE `CreatureID`=601 AND `Index`=0;