Changeset 9 for trunk/src/game/Group.h

Show
Ignore:
Timestamp:
11/19/08 13:22:41 (17 years ago)
Author:
yumileroy
Message:

[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements

Original author: w12x
Date: 2008-10-05 08:48:32-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Group.h

    r2 r9  
    233233        } 
    234234        void SetBattlegroundGroup(BattleGround *bg) { m_bgGroup = bg; } 
     235        uint32 CanJoinBattleGroundQueue(uint32 bgTypeId, uint32 bgQueueType, uint32 MinPlayerCount, uint32 MaxPlayerCount, bool isRated, uint32 arenaSlot); 
    235236 
    236237        void ChangeMembersGroup(const uint64 &guid, const uint8 &group);