mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12739"
|
||||
#define REVISION_NR "12740"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue