diff options
-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 a642a304c76..50ea02812b5 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -363,7 +363,7 @@ enum Opcodes CMSG_REQUEST_PLAYER_VEHICLE_EXIT = 0xCC6, CMSG_REQUEST_RATED_BG_INFO = 0x00, CMSG_REQUEST_RAID_INFO = 0x00, - CMSG_REQUEST_VEHICLE_EXIT = 0xCC6. // New 4.x ? + CMSG_REQUEST_VEHICLE_EXIT = 0xCC6, // New 4.x ? CMSG_REQUEST_VEHICLE_NEXT_SEAT = 0xCAD6, CMSG_REQUEST_VEHICLE_PREV_SEAT = 0x1AE2, CMSG_REQUEST_VEHICLE_SWITCH_SEAT = 0x01, // temp to fix switch case value error |