Skip to content

Commit 0d742df

Browse files
committed
upd
1 parent c7f8529 commit 0d742df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/serpent_shrine.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class spell_serpent_shrine_coilfang_water : public AuraScript
4343
Unit* target = GetTarget();
4444

4545
if (InstanceScript* instance = target->GetInstanceScript())
46+
{
4647
if (instance->GetData(DATA_KILLED_ELITES) < MIN_KILLED_ELITES)
4748
{
4849
target->CastSpell(nullptr, SPELL_FRENZY_WATER_PERIODIC, true);
@@ -51,6 +52,7 @@ class spell_serpent_shrine_coilfang_water : public AuraScript
5152
{
5253
target->CastSpell(nullptr, SPELL_SCALDING_WATER, true);
5354
}
55+
}
5456
}
5557

5658
void AfterRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)

0 commit comments

Comments
 (0)