Core/DataStores: Defined SkillLineFlags
Port From (https://github.com/TrinityCore/TrinityCore/commit/1215321c8bc2676fefc0b4627044f2f78202704c)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user