[Cleanup] Remove CLIENT_TIMEOUT from world/client.h and zone/client.h (#3071)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 20:24:53 -04:00 committed by GitHub
parent 939fc79d19
commit c05baac551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -28,8 +28,6 @@
#include "../common/eq_packet_structs.h"
#include "cliententry.h"
#define CLIENT_TIMEOUT 30000
class EQApplicationPacket;
class EQStreamInterface;

View File

@ -83,7 +83,6 @@ namespace EQ
#include <ctime>
#define CLIENT_TIMEOUT 90000
#define CLIENT_LD_TIMEOUT 30000 // length of time client stays in zone after LDing
#define TARGETING_RANGE 200 // range for /assist and /target
#define XTARGET_HARDCAP 20