Scripts/ForgeOfSouls: Fix an indentation issue on Bronjahm's script
(cherry picked from commit 69d016d0fe2bb0d47df1e56b36877e5f28c2034e)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user