DB/Spells: Add missing sql in 669e2ed20f

This commit is contained in:
Vincent_Michael
2013-01-09 17:29:27 +01:00
parent d9339cea60
commit f9c193d27d
2 changed files with 3 additions and 0 deletions

View File

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