Core/Units: Add PowerTypeFlags enum

Port From (https://github.com/TrinityCore/TrinityCore/commit/8828af2a5e3754e45893e0d62efae86747dfa4f2)
This commit is contained in:
hondacrx
2023-05-23 05:17:41 -04:00
parent 95c64e2782
commit 06f99fda8b
2 changed files with 19 additions and 0 deletions
@@ -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