Core/Spells: Fix mage talent "Nether Vortex"

thx to @Souler for base script
This commit is contained in:
Vincent-Michael
2013-06-18 20:19:30 +02:00
parent 3367dd5be9
commit 99c256600a
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (86181,86209);
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(86181, 'spell_mage_nether_vortex'),
(86209, 'spell_mage_nether_vortex');