Core/Items: Implemented new bonus type (extra ItemEffect)
Port From (https://github.com/TrinityCore/TrinityCore/commit/63fba4751142d7a16d6316e9fb5ad844da088509)
This commit is contained in:
@@ -347,8 +347,10 @@ namespace Framework.Constants
|
||||
RelicType = 17,
|
||||
OverrideRequiredLevel = 18,
|
||||
AzeriteTierUnlockSet = 19,
|
||||
ScrappingLootId = 20,
|
||||
OverrideCanDisenchant = 21,
|
||||
OverrideCanScrap = 22
|
||||
OverrideCanScrap = 22,
|
||||
ItemEffectId = 23,
|
||||
}
|
||||
|
||||
public enum ItemContext : byte
|
||||
|
||||
Reference in New Issue
Block a user