Core/Players: - Fixed auto learning class abilities that are rewarded from quests if starting Exile's Reach in case player chose not to start there
Port From (https://github.com/TrinityCore/TrinityCore/commit/b4bdc4eea678628ffdfda9bf2c1f8c9f02b7b7f1)
This commit is contained in:
@@ -46,6 +46,11 @@ namespace Framework.Constants
|
||||
RewardedFromQuest = 4 // Learned as quest reward, also re-learned if missing
|
||||
}
|
||||
|
||||
public enum SkillLineAbilityFlags
|
||||
{
|
||||
CanFallbackToLearnedOnSkillLearn = 0x80, // The skill is rewarded from a quest if player started on exile's reach
|
||||
}
|
||||
|
||||
public enum Anim
|
||||
{
|
||||
Stand = 0,
|
||||
|
||||
Reference in New Issue
Block a user