Core/Spells: Fixed Magic Eater Food. Closes #2619

This commit is contained in:
Lopin
2011-08-19 13:34:05 +02:00
parent 2653ef3e94
commit ce7cc421f5
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=58886;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
VALUES
(58886,'spell_magic_eater_food');