mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[0107] Typo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
7ab30e619e
commit
a7dcd0df45
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0104"
|
||||
#define REVISION_NR "0107"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue