From 2bd70aae3df4781954d02f151f69968f4d484ac7 Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 27 Nov 2011 18:12:18 +0000 Subject: Usual fix compile commit --- src/server/game/Server/Protocol/Opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3