Core/Items: Implement new item bonus types

Port From (https://github.com/TrinityCore/TrinityCore/commit/3d9e21193dd9f7d5f38a7a8edb3d6f6f8daa1867)
This commit is contained in:
hondacrx
2019-11-27 11:22:20 -05:00
parent 713f1b1f06
commit 3ce916a82c
4 changed files with 19 additions and 5 deletions
+3 -1
View File
@@ -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