Core/Auras: Update AuraState enum and implement missing new ones
Port From (https://github.com/TrinityCore/TrinityCore/commit/69e0b9a98516a0cac14bc3f985a2deb2fe79205f)
This commit is contained in:
@@ -343,9 +343,8 @@ namespace Framework.Constants
|
||||
public enum ReactiveType
|
||||
{
|
||||
Defense = 0,
|
||||
HunterParry = 1,
|
||||
OverPower = 2,
|
||||
Max = 3
|
||||
Defense2 = 1,
|
||||
Max = 2
|
||||
}
|
||||
|
||||
public enum SpellValueMod
|
||||
|
||||
Reference in New Issue
Block a user