diff options
author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-12-10 21:18:27 +0100 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-12-10 21:19:01 +0100 |
commit | 44cdb782bd87f8727594b02ddbc25f4022c6dc1b (patch) | |
tree | 40e09a27bed597de641219ea6c9782f98d4f7234 /src | |
parent | 4e2f0b1e4e619893e1e8c504179f430b89d3b1a3 (diff) |
Core/Opcodes: CMSG_REQUEST_VEHICLE_SWITCH_SEAT id
Diffstat (limited to 'src')
-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 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, |