Skip to content

Commit

Permalink
Auriaya: Delete unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Sep 28, 2023
1 parent 728b9c0 commit b40a371
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ struct boss_auriayaAI : public BossAI
instance_ulduar* m_instance;
bool m_isRegularMode;

uint32 m_uiEnrageTimer;
uint32 m_uiSwarmTimer;
uint32 m_uiSonicScreechTimer;
uint32 m_uiSentinelBlastTimer;
uint32 m_uiTerrifyingScreechTimer;
uint32 m_uiDefenderTimer;

void JustDied(Unit* killer) override
{
BossAI::JustDied(killer);
Expand Down

0 comments on commit b40a371

Please sign in to comment.