1 parent c7f8529 commit 0d742dfCopy full SHA for 0d742df
1 file changed
src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.cpp
@@ -43,6 +43,7 @@ class spell_serpent_shrine_coilfang_water : public AuraScript
43
Unit* target = GetTarget();
44
45
if (InstanceScript* instance = target->GetInstanceScript())
46
+ {
47
if (instance->GetData(DATA_KILLED_ELITES) < MIN_KILLED_ELITES)
48
{
49
target->CastSpell(nullptr, SPELL_FRENZY_WATER_PERIODIC, true);
@@ -51,6 +52,7 @@ class spell_serpent_shrine_coilfang_water : public AuraScript
51
52
53
target->CastSpell(nullptr, SPELL_SCALDING_WATER, true);
54
}
55
+ }
56
57
58
void AfterRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
0 commit comments