/**
  * @param int $index
  **/
 public static function SetPvPIndex($index)
 {
     self::$next_pvp = $index;
 }