Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
This commit is contained in:
@@ -164,6 +164,7 @@ namespace Framework.Constants
|
||||
ArcaneCharges,
|
||||
Fury,
|
||||
Pain,
|
||||
Essence,
|
||||
Armor, // ARMOR..RESISTANCE_ARCANE must be in existed order, it's accessed by index values of SpellSchools enum.
|
||||
ResistanceHoly,
|
||||
ResistanceFire,
|
||||
@@ -183,7 +184,7 @@ namespace Framework.Constants
|
||||
ResistanceStart = Armor,
|
||||
ResistanceEnd = ResistanceArcane + 1,
|
||||
PowerStart = Mana,
|
||||
PowerEnd = Pain + 1
|
||||
PowerEnd = Essence + 1
|
||||
}
|
||||
public enum UnitModifierFlatType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user