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:
hondacrx
2021-02-13 20:50:56 -05:00
parent 6ceeb9e31e
commit 593ac992bc
4 changed files with 30 additions and 3 deletions
+5
View File
@@ -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,