Core/WorldSession: Bypass assigned handler restriction if .debug send opcode command is used

This commit is contained in:
Nay
2012-08-03 18:54:37 +01:00
parent f53e724cfa
commit 3577afcfaf
3 changed files with 9 additions and 6 deletions

View File

@@ -416,7 +416,7 @@ public:
}
sLog->outDebug(LOG_FILTER_NETWORKIO, "Sending opcode %u", data.GetOpcode());
data.hexlike();
player->GetSession()->SendPacket(&data);
player->GetSession()->SendPacket(&data, true);
handler->PSendSysMessage(LANG_COMMAND_OPCODESENT, data.GetOpcode(), unit->GetName());
return true;
}