Core/Players: Defined all avg item level slots

Port From (https://github.com/TrinityCore/TrinityCore/commit/3f85fa7470789dbaedac5f3d74d00e1095e24ad1)
This commit is contained in:
Hondacrx
2024-08-25 14:05:11 -04:00
parent d1c25fbf05
commit edb6934082
7 changed files with 42 additions and 15 deletions
+10
View File
@@ -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
{