Core/Units: Add PowerTypeFlags enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/8828af2a5e3754e45893e0d62efae86747dfa4f2)
This commit is contained in:
@@ -140,6 +140,8 @@ namespace Game.DataStorage
|
||||
public float RegenPeace;
|
||||
public float RegenCombat;
|
||||
public short Flags;
|
||||
|
||||
public PowerTypeFlags GetFlags() { return (PowerTypeFlags)Flags; }
|
||||
}
|
||||
|
||||
public sealed class PrestigeLevelInfoRecord
|
||||
|
||||
Reference in New Issue
Block a user