From 65dc69c17b11c7298c39960e981d0891566655d1 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Wed, 27 May 2015 15:04:05 +0200 Subject: Merge pull request #14777 from tkrokli/putricide_ooze_eruption [3.3.5a][ICC/Professor Putricide] Volatile Ooze Eruption fix (cherry picked from commit 43ae8727ace4a0bcaaa8665adea78e578be454f3) Conflicts: src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp --- .../scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp index faa448ef539..51756834e77 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -1059,8 +1059,8 @@ class spell_putricide_ooze_eruption_searcher : public SpellScriptLoader { if (GetHitUnit()->HasAura(SPELL_VOLATILE_OOZE_ADHESIVE)) { - GetCaster()->CastSpell(GetHitUnit(), SPELL_OOZE_ERUPTION, true); GetHitUnit()->RemoveAurasDueToSpell(SPELL_VOLATILE_OOZE_ADHESIVE, GetCaster()->GetGUID(), 0, AURA_REMOVE_BY_ENEMY_SPELL); + GetCaster()->CastSpell(GetHitUnit(), SPELL_OOZE_ERUPTION, true); } } -- cgit v1.2.3