Merge pull request #15698 from Treeston/3.3.5-loatheb

Scripts/Naxxramas: Loatheb follow-up
This commit is contained in:
Shauren
2015-10-11 11:25:09 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (29865,-29865,55053,-55053);

View File

@@ -246,7 +246,7 @@ class spell_loatheb_deathbloom : public SpellScriptLoader
void Register() override
{
AfterEffectRemove += AuraEffectRemoveFn(spell_loatheb_deathbloom_AuraScript::AfterRemove, EFFECT_1, SPELL_AURA_DUMMY, AURA_EFFECT_HANDLE_REAL);
AfterEffectRemove += AuraEffectRemoveFn(spell_loatheb_deathbloom_AuraScript::AfterRemove, EFFECT_0, SPELL_AURA_PERIODIC_DAMAGE, AURA_EFFECT_HANDLE_REAL);
}
};