mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[8611] added new 322 value to MailStationery
also changed numbers from hexadecimal to decimal
This commit is contained in:
parent
4dc1df7d54
commit
d7e01c3e16
2 changed files with 8 additions and 7 deletions
|
|
@ -65,12 +65,13 @@ enum MailAuctionAnswers
|
|||
// gathered from Stationery.dbc
|
||||
enum MailStationery
|
||||
{
|
||||
MAIL_STATIONERY_UNKNOWN = 0x01,
|
||||
MAIL_STATIONERY_NORMAL = 0x29,
|
||||
MAIL_STATIONERY_GM = 0x3D,
|
||||
MAIL_STATIONERY_AUCTION = 0x3E,
|
||||
MAIL_STATIONERY_VAL = 0x40,
|
||||
MAIL_STATIONERY_CHR = 0x41
|
||||
MAIL_STATIONERY_UNKNOWN = 1,
|
||||
MAIL_STATIONERY_NORMAL = 41,
|
||||
MAIL_STATIONERY_GM = 61,
|
||||
MAIL_STATIONERY_AUCTION = 62,
|
||||
MAIL_STATIONERY_VAL = 64,
|
||||
MAIL_STATIONERY_CHR = 65,
|
||||
MAIL_STATIONERY_ORP = 67, // new in 3.2.2
|
||||
};
|
||||
|
||||
struct MailItemInfo
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8610"
|
||||
#define REVISION_NR "8611"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue