[7269] Use enum type for battleground queue type ids, and related cleanups.
commit3c18a1f1e27e53ed0c779eadc77f78fc494ff74a
authorbalrok <der-coole-carl@gmx.net>
Wed, 11 Feb 2009 17:20:24 +0000 (11 18:20 +0100)
committerVladimirMangos <vladimir@getmangos.com>
Thu, 12 Feb 2009 06:00:28 +0000 (12 09:00 +0300)
treea7a005d9b28b9fbda1f1f23a7cf41083957992ef
parenta5f33a0c74dcd263d5ee993e53ad31ef1bb808e3
[7269] Use enum type for battleground queue type ids, and related cleanups.
* renamed a variable to make the content of it more clear: type->arenaslot
* renamed BattleGroundQueueTypeId-variables to bgQueueTypeId
  just to make it easier reading the code (cause there existed
  3 different names for this..)
* renamed GetBattleGroundQueueId to GetBattleGroundQueueTypeId
  again this is just for better understanding
* Renamed [GS]etQueueType and m_Queue_type
* Renamed to [GS]etQueueId and m_QueueId

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
src/game/BattleGround.cpp
src/game/BattleGround.h
src/game/BattleGroundHandler.cpp
src/game/BattleGroundMgr.cpp
src/game/BattleGroundMgr.h
src/game/Group.cpp
src/game/Group.h
src/game/Player.cpp
src/game/Player.h
src/game/WorldSession.cpp
src/shared/revision_nr.h