Core/Players: Several currency fixes and improvements
Port From (https://github.com/TrinityCore/TrinityCore/commit/03918978c166c9fb191117a0cae9ba1285bf0e37)
This commit is contained in:
@@ -1282,20 +1282,13 @@ namespace Framework.Constants
|
||||
MawPower = 4
|
||||
}
|
||||
|
||||
public enum CurrencyFlags
|
||||
{
|
||||
Tradeable = 0x01,
|
||||
// ...
|
||||
HighPrecision = 0x08,
|
||||
// ...
|
||||
}
|
||||
|
||||
public enum CurrencyTypes
|
||||
{
|
||||
JusticePoints = 395,
|
||||
ValorPoints = 396,
|
||||
ApexisCrystals = 823,
|
||||
Azerite = 1553
|
||||
Azerite = 1553,
|
||||
AncientMana = 1155
|
||||
}
|
||||
|
||||
public enum PlayerCurrencyState
|
||||
|
||||
Reference in New Issue
Block a user