Core/Spells Fix Spell Inferno, used by boss Baron Geddon

This is based on the cmangos fix 7556165b3e

Also correct the spellId of Armageddon spell
This commit is contained in:
sirikfoll
2016-04-15 13:02:57 -03:00
committed by Aokromes
parent 8df46327a9
commit 5ebbfc63b5
2 changed files with 36 additions and 1 deletions

View File

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