fix:(DB/Creature): Removes unused creature 290 data (#15826)

This commit is contained in:
neifion-00000000 2023-04-05 10:09:55 -05:00 committed by GitHub
parent 00e42645b8
commit 21c399229d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
-- Removes strange rows from creature_template_spell
DELETE FROM `creature_template_spell` WHERE `CreatureID`=290;