diff options
author | kaelima <kaelima@live.se> | 2012-03-26 05:14:10 +0200 |
---|---|---|
committer | kaelima <kaelima@live.se> | 2012-03-26 05:14:10 +0200 |
commit | 19f821d00a2ce2e2b6bc5b972a6cc9759ff3e4ee (patch) | |
tree | 927202e64c16a7ead7855009ca8f75826835fc82 /src/server/authserver/Server/AuthSocket.h | |
parent | c38bf4498ac72528caec60c4750fe2cd7f492233 (diff) |
Auth/Realmlist: Make use of RealmFlags and rename color to flag (core- and dbwise)
Also fix connecting with realmflag & 4
Diffstat (limited to 'src/server/authserver/Server/AuthSocket.h')
-rwxr-xr-x | src/server/authserver/Server/AuthSocket.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/server/authserver/Server/AuthSocket.h b/src/server/authserver/Server/AuthSocket.h index 9d59a9f7602..9be2136b55c 100755 --- a/src/server/authserver/Server/AuthSocket.h +++ b/src/server/authserver/Server/AuthSocket.h @@ -23,19 +23,6 @@ #include "BigNumber.h" #include "RealmSocket.h" -enum RealmFlags -{ - REALM_FLAG_NONE = 0x00, - REALM_FLAG_INVALID = 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 -}; - // Handle login commands class AuthSocket: public RealmSocket::Session { |