Core/DataStores: Defined SkillLineFlags

Port From (https://github.com/TrinityCore/TrinityCore/commit/1215321c8bc2676fefc0b4627044f2f78202704c)
This commit is contained in:
hondacrx
2022-05-31 13:57:00 -04:00
parent d902c6a318
commit ad54cfb453
2 changed files with 24 additions and 0 deletions
@@ -97,6 +97,8 @@ namespace Game.DataStorage
public int ParentTierIndex;
public ushort Flags;
public int SpellBookSpellID;
public SkillLineFlags GetFlags() => (SkillLineFlags)Flags;
}
public sealed class SkillLineAbilityRecord