Changeset 9 for trunk/src/game/Group.h
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Group.h
r2 r9 233 233 } 234 234 void SetBattlegroundGroup(BattleGround *bg) { m_bgGroup = bg; } 235 uint32 CanJoinBattleGroundQueue(uint32 bgTypeId, uint32 bgQueueType, uint32 MinPlayerCount, uint32 MaxPlayerCount, bool isRated, uint32 arenaSlot); 235 236 236 237 void ChangeMembersGroup(const uint64 &guid, const uint8 &group);