Scripts/ForgeOfSouls: Fix an indentation issue on Bronham's script

This commit is contained in:
Nyeriah
2015-02-13 03:28:44 -02:00
parent 11f41d9461
commit 69d016d0fe

View File

@@ -82,10 +82,10 @@ class boss_bronjahm : public CreatureScript
instance->SetBossState(DATA_BRONJAHM, NOT_STARTED);
}
void JustReachedHome() override
{
DoCast(me, SPELL_SOULSTORM_CHANNEL, true);
}
void JustReachedHome() override
{
DoCast(me, SPELL_SOULSTORM_CHANNEL, true);
}
void EnterCombat(Unit* /*who*/) override
{