diff options
| author | Gyx <2359980687@qq.com> | 2012-01-10 16:55:02 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-01-10 16:55:02 +0800 |
| commit | a43e4bb7738bf369c79dee6328f0a400efc936d2 (patch) | |
| tree | 25242636e71669aeaf6003dfbeaee66476ae0407 | |
| parent | d4169a533328dbb2aa97fb697503c7c14c4d97bf (diff) | |
P12: Fixed CMSG_BATTLEFIELD_JOIN opcode.
Signed-off-by: Gyx <2359980687@qq.com>
| -rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index f0a1f180e4b..a531fd3bf61 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -72,7 +72,7 @@ enum Opcodes CMSG_AUTOSTORE_GROUND_ITEM = 0x00, CMSG_AUTOSTORE_LOOT_ITEM = 0xD876, CMSG_BANKER_ACTIVATE = 0x00, - CMSG_BATTLEFIELD_JOIN = 0x00, + CMSG_BATTLEFIELD_JOIN = 0x225, CMSG_BATTLEFIELD_REQUEST_SCORE_DATA = 0x00, CMSG_BATTLEFIELD_STATUS = 0x00, MSG_BATTLEGROUND_PLAYER_POSITIONS = 0x00, |
