Core/Spells: Fix Banish removal behavior

Closes #143 & #1173
This commit is contained in:
tehmarto
2011-05-15 22:26:54 +07:00
committed by tobmaps
parent bfe61c7998
commit b135ef0f62
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (710,18647);
INSERT INTO `spell_script_names` VALUES (710,"spell_warl_banish"),(18647,"spell_warl_banish");