TrinityCore
Loading...
Searching...
No Matches
Realm.h File Reference
#include "Common.h"
#include "AsioHacksFwd.h"
#include <compare>
#include <memory>
+ Include dependency graph for Realm.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RealmHandle
 
struct  Realm
 

Enumerations

enum  RealmFlags {
  REALM_FLAG_NONE = 0x00 , REALM_FLAG_VERSION_MISMATCH = 0x01 , REALM_FLAG_OFFLINE = 0x02 , REALM_FLAG_SPECIFYBUILD = 0x04 ,
  REALM_FLAG_UNK1 = 0x08 , REALM_FLAG_UNK2 = 0x10 , REALM_FLAG_RECOMMENDED = 0x20 , REALM_FLAG_NEW = 0x40 ,
  REALM_FLAG_FULL = 0x80
}
 
enum  RealmType {
  REALM_TYPE_NORMAL = 0 , REALM_TYPE_PVP = 1 , REALM_TYPE_NORMAL2 = 4 , REALM_TYPE_RP = 6 ,
  REALM_TYPE_RPPVP = 8 , MAX_CLIENT_REALM_TYPE = 14 , REALM_TYPE_FFA_PVP = 16
}
 Type of server, this is values from second column of Cfg_Configs.dbc. More...
 

Enumeration Type Documentation

◆ RealmFlags

enum RealmFlags
Enumerator
REALM_FLAG_NONE 
REALM_FLAG_VERSION_MISMATCH 
REALM_FLAG_OFFLINE 
REALM_FLAG_SPECIFYBUILD 
REALM_FLAG_UNK1 
REALM_FLAG_UNK2 
REALM_FLAG_RECOMMENDED 
REALM_FLAG_NEW 
REALM_FLAG_FULL 

Definition at line 26 of file Realm.h.

◆ RealmType

enum RealmType

Type of server, this is values from second column of Cfg_Configs.dbc.

Enumerator
REALM_TYPE_NORMAL 
REALM_TYPE_PVP 
REALM_TYPE_NORMAL2 
REALM_TYPE_RP 
REALM_TYPE_RPPVP 
MAX_CLIENT_REALM_TYPE 
REALM_TYPE_FFA_PVP 

Definition at line 50 of file Realm.h.