Work on relay

This commit is contained in:
KimLS
2014-07-30 20:07:36 -07:00
parent 780789fbad
commit 002f5e3bcc
7 changed files with 121 additions and 38 deletions
+4
View File
@@ -1812,6 +1812,10 @@ void WorldServer::Process() {
}
break;
}
case ServerOP_WIRemoteCall:
printf("Recv remote call from WI but atm doing anything with it is not yet implemented (BUT SOON)\n");
DumpPacket(pack);
break;
default: {
std::cout << " Unknown ZSopcode:" << (int)pack->opcode;
std::cout << " size:" << pack->size << std::endl;