From 44cdb782bd87f8727594b02ddbc25f4022c6dc1b Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sat, 10 Dec 2011 21:18:27 +0100 Subject: Core/Opcodes: CMSG_REQUEST_VEHICLE_SWITCH_SEAT id --- src/server/game/Server/Protocol/Opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index ddaf30ce70f..6e1ff946240 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -368,7 +368,7 @@ enum Opcodes 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 + CMSG_REQUEST_VEHICLE_SWITCH_SEAT = 0x9A46, CMSG_RESET_INSTANCES = 0x9EEA, CMSG_RESURRECT_RESPONSE = 0x00, CMSG_RETURN_TO_GRAVEYARD = 0x91A4, -- cgit v1.2.3