[12740] Updated bonusSkillLevels

This commit is contained in:
sanctum32 2013-11-20 22:08:12 -08:00 committed by Antz
parent bfbeeb6cd3
commit bd53c0c6be
2 changed files with 2 additions and 2 deletions

View file

@ -5601,7 +5601,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};
static uint32 bonusSkillLevels[] = {75, 150, 225, 300, 375, 450, 525};
bool Player::UpdateSkillPro(uint16 SkillId, int32 Chance, uint32 step)
{