[0107] Typo

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-16 20:25:41 +02:00 committed by Antz
parent 7ab30e619e
commit a7dcd0df45
2 changed files with 2 additions and 2 deletions

View file

@ -476,7 +476,7 @@ enum Opcodes
CMSG_SELL_ITEM = 0x4E15, // 4.3.4 15595 CMSG_SELL_ITEM = 0x4E15, // 4.3.4 15595
SMSG_SELL_ITEM = 0x6105, // 4.3.4 15595 SMSG_SELL_ITEM = 0x6105, // 4.3.4 15595
CMSG_BUY_ITEM = 0x0736, // 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_ITEM = 0x0F26, // 4.3.4 15595
SMSG_BUY_FAILED = 0x6435, // 4.3.4 15595 SMSG_BUY_FAILED = 0x6435, // 4.3.4 15595
CMSG_TAXICLEARALLNODES = 0x11A7, CMSG_TAXICLEARALLNODES = 0x11A7,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "0104" #define REVISION_NR "0107"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__