diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 7ea272104..419e5a089 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -382,8 +382,8 @@ enum Opcodes CMSG_ATTACKSTOP = 0x4106, // 4.3.4 15595 SMSG_ATTACKSTART = 0x2D15, // 4.3.4 15595 SMSG_ATTACKSTOP = 0x0934, // 4.3.4 15595 - SMSG_ATTACKSWING_NOTINRANGE = 0x6C07, // 4.3.4 15595 - SMSG_ATTACKSWING_BADFACING = 0x0B36, // 4.3.4 15595 + SMSG_ATTACKSWING_NOTINRANGE = 0x0B36, // 4.3.4 15595 + SMSG_ATTACKSWING_BADFACING = 0x6C07, // 4.3.4 15595 SMSG_PENDING_RAID_LOCK = 0x1148, SMSG_ATTACKSWING_DEADTARGET = 0x2B26, // 4.3.4 15595 SMSG_ATTACKSWING_CANT_ATTACK = 0x0016, // 4.3.4 15595 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a1d47a543..0bae34f5b 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "0100" + #define REVISION_NR "0101" #endif // __REVISION_NR_H__