diff --git a/src/game/BattleGroundMgr.cpp b/src/game/BattleGroundMgr.cpp index 061192845..73345aafb 100644 --- a/src/game/BattleGroundMgr.cpp +++ b/src/game/BattleGroundMgr.cpp @@ -260,7 +260,7 @@ void BattleGroundQueue::RemovePlayer(const uint64& guid, bool decreaseInvitedCou } // couldn't find the player in bg queue, return - if(itr == m_QueuedPlayers[queue_id].end()) + if(queue_id == -1) { sLog.outError("Battleground: couldn't find player to remove."); return; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 240926801..0c886e272 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7299" + #define REVISION_NR "7300" #endif // __REVISION_NR_H__