mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-01 10:23:53 +00:00
Removed preprocessor EQDEBUG from EQStream from unknown opcode to Application map
This commit is contained in:
parent
5902330bc5
commit
bab8e2ef33
@ -958,11 +958,10 @@ EQRawApplicationPacket *p=nullptr;
|
|||||||
if(p) {
|
if(p) {
|
||||||
if(OpMgr != nullptr && *OpMgr != nullptr) {
|
if(OpMgr != nullptr && *OpMgr != nullptr) {
|
||||||
EmuOpcode emu_op = (*OpMgr)->EQToEmu(p->opcode);
|
EmuOpcode emu_op = (*OpMgr)->EQToEmu(p->opcode);
|
||||||
#if EQDEBUG >= 4
|
if (emu_op == OP_Unknown) {
|
||||||
if(emu_op == OP_Unknown) {
|
|
||||||
logger.LogDebugType(EQEmuLogSys::General, EQEmuLogSys::Netcode, "[ERROR] Unable to convert EQ opcode 0x%.4x to an Application opcode.", p->opcode);
|
logger.LogDebugType(EQEmuLogSys::General, EQEmuLogSys::Netcode, "[ERROR] Unable to convert EQ opcode 0x%.4x to an Application opcode.", p->opcode);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
p->SetOpcode(emu_op);
|
p->SetOpcode(emu_op);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user