mirror of
https://github.com/edubart/otclient.git
synced 2025-12-25 17:27:11 +01:00
Partial 10.36 support, also fix #499
This commit is contained in:
@@ -247,6 +247,14 @@ namespace Otc
|
||||
EmblemOther
|
||||
};
|
||||
|
||||
enum CreatureIcons {
|
||||
NpcIconNone = 0,
|
||||
NpcIconChat,
|
||||
NpcIconTrade,
|
||||
NpcIconQuest,
|
||||
NpcIconTradeQuest
|
||||
};
|
||||
|
||||
enum PlayerStates {
|
||||
IconNone = 0,
|
||||
IconPoison = 1,
|
||||
@@ -377,6 +385,8 @@ namespace Otc
|
||||
GameWritableDate = 51,
|
||||
GameAdditionalVipInfo = 52,
|
||||
GameBaseSkillU16 = 53,
|
||||
GameCreatureIcons = 54,
|
||||
GameHideNpcNames = 55,
|
||||
|
||||
LastGameFeature = 101
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user