Core/Items: Implemented corruption and corruption resistance stats
Port From (https://github.com/TrinityCore/TrinityCore/commit/6533de31005fc9680d9f2b61a4d8ea4958fc8edc)
This commit is contained in:
@@ -203,8 +203,8 @@ namespace Framework.Constants
|
||||
CritMeleeRating = 19,
|
||||
CritRangedRating = 20,
|
||||
CritSpellRating = 21,
|
||||
HitTakenMeleeRating = 22,
|
||||
HitTakenRangedRating = 23,
|
||||
Corruption = 22,
|
||||
CorruptionResistance = 23,
|
||||
HitTakenSpellRating = 24,
|
||||
CritTakenMeleeRating = 25,
|
||||
CritTakenRangedRating = 26,
|
||||
@@ -239,15 +239,15 @@ namespace Framework.Constants
|
||||
NatureResistance = 55,
|
||||
ArcaneResistance = 56,
|
||||
PvpPower = 57,
|
||||
CrAmplify = 58,
|
||||
CrMultistrike = 59,
|
||||
CrReadiness = 60,
|
||||
Unused0 = 58,
|
||||
Unused1 = 59,
|
||||
Unused3 = 60,
|
||||
CrSpeed = 61,
|
||||
CrLifesteal = 62,
|
||||
CrAvoidance = 63,
|
||||
CrSturdiness = 64,
|
||||
CrUnused7 = 65,
|
||||
CrCleave = 66,
|
||||
Unused27 = 66,
|
||||
CrUnused9 = 67,
|
||||
CrUnused10 = 68,
|
||||
CrUnused11 = 69,
|
||||
|
||||
Reference in New Issue
Block a user