Added additional eq2emu revision for localtime bug in EQPacket
https://svn.eq2emulator.net/!/#eq2server/commit/r2853/head/trunk
This commit is contained in:
parent
94b656c553
commit
412cb69401
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ protected:
|
|||
|
||||
EQPacket(const uint16 op, const unsigned char *buf, const uint32 len);
|
||||
EQPacket(const EQPacket &p) { version = 0; }
|
||||
EQPacket() { opcode=0; pBuffer=NULL; size=0; version = 0;}
|
||||
EQPacket() { opcode=0; pBuffer=NULL; size=0; version = 0; setTimeInfo(0, 0); }
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue