diff options
author | megamage <none@none> | 2009-07-30 10:26:15 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-30 10:26:15 +0800 |
commit | 7bd47f88276551ffd51aef1659d4876cf18434ae (patch) | |
tree | 6e470468fa23d68c77bc75190a57822b1547f2fd /src/game/Opcodes.cpp | |
parent | 4c9aa14e57ad6d2b979e1444aaea12ea287b6c04 (diff) |
[8225] Some fixes from 320 branch. Author: tomrus88
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.cpp')
-rw-r--r-- | src/game/Opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index ddf7c74146a..8fd57ad52be 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1025,7 +1025,7 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x3E2*/ { "SMSG_COMSAT_CONNECT_FAIL", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x3E3*/ { "SMSG_VOICE_CHAT_STATUS", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x3E4*/ { "CMSG_REPORT_PVP_AFK", STATUS_LOGGEDIN, &WorldSession::HandleReportPvPAFK }, - /*0x3E5*/ { "CMSG_REPORT_PVP_AFK_RESULT", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x3E5*/ { "SMSG_REPORT_PVP_AFK_RESULT", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x3E6*/ { "CMSG_GUILD_BANKER_ACTIVATE", STATUS_LOGGEDIN, &WorldSession::HandleGuildBankerActivate }, /*0x3E7*/ { "CMSG_GUILD_BANK_QUERY_TAB", STATUS_LOGGEDIN, &WorldSession::HandleGuildBankQueryTab }, /*0x3E8*/ { "SMSG_GUILD_BANK_LIST", STATUS_NEVER, &WorldSession::Handle_ServerSide }, |