diff options
| author | Subv2112 <s.v.h21@hotmail.com> | 2012-01-16 21:44:22 -0500 |
|---|---|---|
| committer | Subv2112 <s.v.h21@hotmail.com> | 2012-01-16 21:44:22 -0500 |
| commit | 37ffa978f70ed05073a281af9b74128598af8c32 (patch) | |
| tree | 81a72ca9d96c85b4d1fdb2e818fa8404469ae796 /src/server/game/Server/Protocol | |
| parent | 643b6acc4ff15b340e67b9a14eb5f1d19cceb42e (diff) | |
Fixed Run speed change opcodes, thanks to LordJZ for the opcode ids
Diffstat (limited to 'src/server/game/Server/Protocol')
| -rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 0bdfd6cc76e..ed657814d18 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -485,7 +485,8 @@ enum Opcodes MSG_MOVE_SET_RUN_BACK_SPEED = 0x00, MSG_MOVE_SET_RUN_BACK_SPEED_CHEAT = 0x00, MSG_MOVE_SET_RUN_MODE = 0x21A4, - MSG_MOVE_SET_RUN_SPEED = 0x00, + SMSG_FORCE_RUN_SPEED_CHANGE = 0xE24E, // for self + SMSG_MOVE_SPLINE_SET_RUN_SPEED = 0xB2CE, // for others MSG_MOVE_SET_RUN_SPEED_CHEAT = 0x00, MSG_MOVE_SET_SWIM_BACK_SPEED = 0x00, MSG_MOVE_SET_SWIM_BACK_SPEED_CHEAT = 0x00, @@ -694,7 +695,6 @@ enum Opcodes SMSG_FORCE_MOVE_UNROOT = 0x00, SMSG_FORCE_PITCH_RATE_CHANGE = 0x00, SMSG_FORCE_RUN_BACK_SPEED_CHANGE = 0x00, - SMSG_FORCE_RUN_SPEED_CHANGE = 0x00, SMSG_FORCE_SEND_QUEUED_PACKETS = 0x1380, SMSG_FORCE_SWIM_BACK_SPEED_CHANGE = 0x00, SMSG_FORCE_SWIM_SPEED_CHANGE = 0x00, |
