Fixed mercenary memleaks in AI_Start and Unsuspend.

This commit is contained in:
SecretsOTheP
2013-03-20 04:00:08 -04:00
parent 4ab7786828
commit cabf8631d4
16 changed files with 203 additions and 37 deletions
-1
View File
@@ -126,7 +126,6 @@ void WorldServer::Process() {
default: {
_log(LAUNCHER__NET, "Unknown opcode 0x%x from World of len %d", pack->opcode, pack->size);
//DumpPacket(pack->pBuffer, pack->size);
break;
}
}