Core/Players: Defined all avg item level slots
Port From (https://github.com/TrinityCore/TrinityCore/commit/3f85fa7470789dbaedac5f3d74d00e1095e24ad1)
This commit is contained in:
@@ -793,6 +793,16 @@ namespace Framework.Constants
|
||||
CorruptedLoot = 19
|
||||
}
|
||||
|
||||
public enum AvgItemLevelCategory
|
||||
{
|
||||
Base = 0,
|
||||
EquippedBase = 1,
|
||||
EquippedEffective = 2,
|
||||
Pvp = 3,
|
||||
PvpWeighted = 4,
|
||||
EquippedEffectiveWeighted = 5
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum CurrencyDbFlags
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user