Changeset 229 for trunk/src/game/BattleGroundMgr.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/BattleGroundMgr.cpp
r102 r229 628 628 bool bAllyOK = BuildSelectionPool(bgTypeId, queue_id, MinPlayersPerTeam, MaxPlayersPerTeam, NORMAL_ALLIANCE, arenatype, isRated, arenaMinRating, arenaMaxRating, discardTime); 629 629 if(bAllyOK) 630 sLog.outDebug("Battleground: ally pool succes fully build");630 sLog.outDebug("Battleground: ally pool successfully build"); 631 631 else 632 632 sLog.outDebug("Battleground: ally pool wasn't created"); 633 633 bool bHordeOK = BuildSelectionPool(bgTypeId, queue_id, MinPlayersPerTeam, MaxPlayersPerTeam, NORMAL_HORDE, arenatype, isRated, arenaMinRating, arenaMaxRating, discardTime); 634 634 if(bHordeOK) 635 sLog.outDebug("Battleground: horde pool succes fully built");635 sLog.outDebug("Battleground: horde pool successfully built"); 636 636 else 637 637 sLog.outDebug("Battleground: horde pool wasn't created");