mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
Client version is now returned by the stream proxy as a number.
This commit is contained in:
+1
-10
@@ -47,6 +47,7 @@ class Client;
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "../common/item_struct.h"
|
||||
#include "../common/clientversions.h"
|
||||
#include "QGlobals.h"
|
||||
|
||||
#define CLIENT_TIMEOUT 90000
|
||||
@@ -120,16 +121,6 @@ typedef enum {
|
||||
MQGhost
|
||||
} CheatTypes;
|
||||
|
||||
typedef enum {
|
||||
EQClientUnknown = 0,
|
||||
EQClient62,
|
||||
EQClientTitanium,
|
||||
EQClientSoF,
|
||||
EQClientSoD,
|
||||
EQClientUnderfoot,
|
||||
EQClientRoF
|
||||
} EQClientVersion;
|
||||
|
||||
enum {
|
||||
HideCorpseNone = 0,
|
||||
HideCorpseAll = 1,
|
||||
|
||||
Reference in New Issue
Block a user