Skip to content

Commit

Permalink
Remove unused test variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed May 13, 2024
1 parent a11a619 commit f447270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/Maps/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2411,8 +2411,6 @@ DungeonPersistentState* DungeonMap::GetPersistanceState() const

/* ******* Battleground Instance Maps ******* */

static uint32 s_bgCount = 0;

BattleGroundMap::BattleGroundMap(uint32 id, time_t expiry, uint32 InstanceId)
: Map(id, expiry, InstanceId), m_bg(nullptr)
{
Expand Down

0 comments on commit f447270

Please sign in to comment.