Example #1
0
 /// <summary>
 /// Make sure that <see cref="P:WCell.RealmServer.Battlegrounds.BattlegroundInfo.Invitation" /> is set.
 /// </summary>
 public static void SendStatusInvited(Character chr)
 {
     BattlegroundHandler.SendStatusInvited(chr, BattlegroundMgr.InvitationTimeoutMillis);
 }