Core/DataStores: Convert SkillLineAbilityAcquireMethod to enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/531afa6bcc485db7c115e5ab5d874bda2cbf642e)
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Game.DataStorage
|
||||
public short MinSkillLineRank;
|
||||
public int ClassMask;
|
||||
public uint SupercedesSpell;
|
||||
public AbilityLearnType AcquireMethod;
|
||||
public SkillLineAbilityAcquireMethod AcquireMethod;
|
||||
public ushort TrivialSkillLineRankHigh;
|
||||
public ushort TrivialSkillLineRankLow;
|
||||
public int Flags;
|
||||
|
||||
Reference in New Issue
Block a user