mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Spells/Warlock: Fixed Conflagrate, Demon Soul and Immolate.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_demon_soul', 'spell_warl_conflagrate', 'spell_warl_fel_flame');
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=77799 OR ScriptName="spell_warlock_fel_flame";
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(17962, 'spell_warl_conflagrate');
|
||||
(77799, 'spell_warl_fel_flame');
|
||||
(77801, 'spell_warl_demon_soul');
|
||||
Reference in New Issue
Block a user