[7631] Removed useless method BattleGroundQueue::BGEndedRemoveInvites

Moved method BattleGroundMrg::InvitePlayer to BattleGroundQueue::InviteGroupToBG
Added some comments to RemindInvite and RemoveInvite events.
Optimalise code.

Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
Triply 2009-04-07 16:20:07 +02:00
parent 060203749c
commit c916f78abb
4 changed files with 71 additions and 143 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7630"
#define REVISION_NR "7631"
#endif // __REVISION_NR_H__