diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index 5934034bd..ba1fcd596 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -476,7 +476,7 @@ enum Opcodes CMSG_SELL_ITEM = 0x4E15, // 4.3.4 15595 SMSG_SELL_ITEM = 0x6105, // 4.3.4 15595 CMSG_BUY_ITEM = 0x0736, // 4.3.4 15595 - CMSG_BUY_ITEM_IN_SLOT = 0x11A4, + CMSG_BUY_ITEM_IN_SLOT = 0x11A4, SMSG_BUY_ITEM = 0x0F26, // 4.3.4 15595 SMSG_BUY_FAILED = 0x6435, // 4.3.4 15595 CMSG_TAXICLEARALLNODES = 0x11A7, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 84b61007c..a72803927 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 "0104" + #define REVISION_NR "0107" #endif // __REVISION_NR_H__