Core/Items: Implement new item bonus types
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d9e21193dd9f7d5f38a7a8edb3d6f6f8daa1867)
This commit is contained in:
@@ -345,7 +345,9 @@ namespace Framework.Constants
|
||||
RandomEnchantment = 15, // Responsible for showing "<Random additional stats>" or "+%d Rank Random Minor Trait" in the tooltip before item is obtained
|
||||
Bounding = 16,
|
||||
RelicType = 17,
|
||||
OverrideRequiredLevel = 18
|
||||
OverrideRequiredLevel = 18,
|
||||
OverrideCanDisenchant = 21,
|
||||
OverrideCanScrap = 22
|
||||
}
|
||||
|
||||
public enum ItemContext : byte
|
||||
|
||||
Reference in New Issue
Block a user