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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;