mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Spells: Fix mage talent "Nether Vortex"
thx to @Souler for base script
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user