Core/Spells: Fix shadowfiend.

Fixes #3285
This commit is contained in:
Liberate
2011-10-19 23:30:25 +02:00
parent a658d0b592
commit ddec56b3e0
3 changed files with 44 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_shadowfiend';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(34433,'spell_pri_shadowfiend');