mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
[12740] Updated bonusSkillLevels
This commit is contained in:
parent
bfbeeb6cd3
commit
bd53c0c6be
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue