diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 2e95945f1eb..c1fb3f940be 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -383,7 +383,7 @@ enum Opcodes CMSG_MOVE_NOT_ACTIVE_MOVER = 0x7A1A, CMSG_MOVE_SET_CAN_FLY = 0x720E, CMSG_MOVE_SET_CAN_FLY_ACK = 0x790C, - CMSG_MOVE_SET_CAN_TRANSITION_BETWEEN_SWIM_AND_FLY_= 0x3014, + CMSG_MOVE_SET_CAN_TRANSITION_BETWEEN_SWIM_AND_FLY_ACK = 0x3014, CMSG_MOVE_SET_COLLISION_HEIGHT_ACK = 0x7114, CMSG_MOVE_SET_RELATIVE_POSITION = 0x0000, CMSG_MOVE_SET_VEHICLE_REC_ID_ACK = 0x0000, @@ -1121,7 +1121,7 @@ enum Opcodes SMSG_MOVE_SET_WALK_SPEED = 0x1DA4, SMSG_MOVE_UNROOT = 0x0000, SMSG_MOVE_UNSET_CAN_FLY = 0x15A2, - SMSG_MOVE_UNSET_CAN_TRANSITION_BETWEEN_SWIM_AND_FL= 0x7DB2, + SMSG_MOVE_UNSET_CAN_TRANSITION_BETWEEN_SWIM_AND_FLY = 0x7DB2, SMSG_MOVE_UNSET_HOVER = 0x51B3, SMSG_MOVE_UNSET_WALK_IN_AIR = 0x0000, SMSG_MOVE_UPDATE_COLLISION_HEIGHT = 0x59A3, @@ -1259,7 +1259,6 @@ enum Opcodes SMSG_RESYNC_RUNES = 0x6224, SMSG_ROLE_POLL_BEGIN = 0x70B0, SMSG_RWHOIS = 0x2437, - SMSG_SAVE_CUF_PROFILES = 0x0000, SMSG_SELL_ITEM = 0x6105, SMSG_SEND_MAIL_RESULT = 0x4927, SMSG_SEND_UNLEARN_SPELLS = 0x4E25, @@ -1312,21 +1311,21 @@ enum Opcodes SMSG_SPLINE_MOVE_GRAVITY_ENABLE = 0x3CA6, SMSG_SPLINE_MOVE_ROOT = 0x51B4, SMSG_SPLINE_MOVE_SET_FEATHER_FALL = 0x3DA5, - SMSG_SPLINE_MOVE_SET_FLIGHT_BACK_SPEED = 0x0000, - SMSG_SPLINE_MOVE_SET_FLIGHT_SPEED = 0x0000, + SMSG_SPLINE_MOVE_SET_FLIGHT_BACK_SPEED = 0x38B3, + SMSG_SPLINE_MOVE_SET_FLIGHT_SPEED = 0x39A0, SMSG_SPLINE_MOVE_SET_FLYING = 0x31B5, SMSG_SPLINE_MOVE_SET_HOVER = 0x14B6, SMSG_SPLINE_MOVE_SET_LAND_WALK = 0x3DA7, SMSG_SPLINE_MOVE_SET_NORMAL_FALL = 0x38B2, - SMSG_SPLINE_MOVE_SET_PITCH_RATE = 0x0000, - SMSG_SPLINE_MOVE_SET_RUN_BACK_SPEED = 0x0000, + SMSG_SPLINE_MOVE_SET_PITCH_RATE = 0x14B0, + SMSG_SPLINE_MOVE_SET_RUN_BACK_SPEED = 0x3DB3, SMSG_SPLINE_MOVE_SET_RUN_MODE = 0x75A7, - SMSG_SPLINE_MOVE_SET_RUN_SPEED = 0x0000, - SMSG_SPLINE_MOVE_SET_SWIM_BACK_SPEED = 0x0000, - SMSG_SPLINE_MOVE_SET_SWIM_SPEED = 0x0000, - SMSG_SPLINE_MOVE_SET_TURN_RATE = 0x0000, + SMSG_SPLINE_MOVE_SET_RUN_SPEED = 0x51B7, + SMSG_SPLINE_MOVE_SET_SWIM_BACK_SPEED = 0x59A1, + SMSG_SPLINE_MOVE_SET_SWIM_SPEED = 0x39A4, + SMSG_SPLINE_MOVE_SET_TURN_RATE = 0x78B5, SMSG_SPLINE_MOVE_SET_WALK_MODE = 0x54B6, - SMSG_SPLINE_MOVE_SET_WALK_SPEED = 0x0000, + SMSG_SPLINE_MOVE_SET_WALK_SPEED = 0x34A5, SMSG_SPLINE_MOVE_SET_WATER_WALK = 0x0000, SMSG_SPLINE_MOVE_START_SWIM = 0x31A5, SMSG_SPLINE_MOVE_STOP_SWIM = 0x1DA2, @@ -1334,15 +1333,6 @@ enum Opcodes SMSG_SPLINE_MOVE_UNSET_FLYING = 0x58A6, SMSG_SPLINE_MOVE_UNSET_HOVER = 0x7DA5, SMSG_SPLINE_MOVE_WATER_WALK = 0x50A2, - SMSG_SPLINE_SET_FLIGHT_BACK_SPEED = 0x38B3, - SMSG_SPLINE_SET_FLIGHT_SPEED = 0x39A0, - SMSG_SPLINE_SET_PITCH_RATE = 0x14B0, - SMSG_SPLINE_SET_RUN_BACK_SPEED = 0x3DB3, - SMSG_SPLINE_SET_RUN_SPEED = 0x51B7, - SMSG_SPLINE_SET_SWIM_BACK_SPEED = 0x59A1, - SMSG_SPLINE_SET_SWIM_SPEED = 0x39A4, - SMSG_SPLINE_SET_TURN_RATE = 0x78B5, - SMSG_SPLINE_SET_WALK_BACK_SPEED = 0x34A5, SMSG_STABLE_RESULT = 0x2204, SMSG_STANDSTATE_UPDATE = 0x6F04, SMSG_START_MIRROR_TIMER = 0x6824, |