[12717m] Updated bonusSkillLevels for MOP

This commit is contained in:
Antz 2020-02-18 20:50:56 +00:00
parent 0224c980d2
commit f2ab34d864
No known key found for this signature in database
GPG key ID: 0DF907270598C85F

View file

@ -5996,7 +5996,7 @@ bool Player::UpdateFishingSkill()
// levels sync. with spell requirement for skill levels to learn
// bonus abilities in sSkillLineAbilityStore
// Used only to avoid scan DBC at each skill grow
static uint32 bonusSkillLevels[] = {75, 150, 225, 300, 375, 450, 525};
static uint32 bonusSkillLevels[] = {75, 150, 225, 300, 375, 450, 525, 600};
bool Player::UpdateSkillPro(uint16 SkillId, int32 Chance, uint32 step)
{