-
Notifications
You must be signed in to change notification settings - Fork 42
CharacterInfoUpdateType
DummkopfOfHachtenduden edited this page Oct 10, 2021
·
2 revisions
public enum CharacterInfoUpdateType : byte
{
///<summary>
/// New value from gold at inventory
///</summary>
Gold = 1,
///<summary>
/// New value from skill points to spend
///</summary>
SP = 2,
STP = 3, // Stat points
///<summary>
/// New value for berserker mode (5 points = Ready)
///</summary>
HWAN = 4,
// UIIT_STT_EGYPT_AP_POINT_RECOVER_RESULT
EGYPT_AP = 16,
}