|
Check your database and the skills you are using.
Match them.
E.g.
Shard:
1 SKILL_CH_SOMETHING_BLA_01
1 SKILL_CH_SOMETHING_BLA_02
1 SKILL_CH_SOMETHING_BLA_03
Client:
1 SKILL_CH_SOMETHING_BLA_01
1 SKILL_CH_SOMETHING_BLA_02
0 SKILL_CH_SOMETHING_BLA_03
The server will still send you a "There is still a skill to be obtained after <skill> reaches level 2", and will show a bugged "Level up" / "Add" thing.
About the UI_SkillPage, it is more the UI_SkillColumn/Row. If skills are e.g. on the second row, 4th slot, but the next/last skill level is declared as the first row 4th slot (if this slot is unoccupied!) - it will bug out.
|