mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Removed unneeded macro
This commit is contained in:
parent
6fb3c66fe5
commit
b667944612
@ -72,8 +72,6 @@ extern PetitionList petition_list;
|
||||
extern EntityList entity_list;
|
||||
typedef void (Client::*ClientPacketProc)(const EQApplicationPacket *app);
|
||||
|
||||
#define MIN(x,y) ((x)<y?(x):(y))
|
||||
|
||||
|
||||
//Use a map for connecting opcodes since it dosent get used a lot and is sparse
|
||||
std::map<uint32, ClientPacketProc> ConnectingOpcodes;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user