mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
potential crash issue involving backstab & missing primary weapons resolved.
This commit is contained in:
@@ -145,7 +145,6 @@ void EQStreamFactory::ReaderLoop()
|
||||
{
|
||||
fd_set readset;
|
||||
std::map<std::pair<uint32, uint16>,EQStream *>::iterator stream_itr;
|
||||
EQStream* currStream = NULL;
|
||||
int num;
|
||||
int length;
|
||||
unsigned char buffer[2048];
|
||||
|
||||
Reference in New Issue
Block a user