Hello,
I found a bug with getSkill
method:
Here is my database of skills (player.server.database
):
And when I try to fetch skill by: player.getSkill('energy-of-the-comet')
Then wrong skill is returned:
The issue is related to that I have AquamarineGreenAOESkill
learned and EnergyOfTheCometSkill
is not learned yet, but I think getSkill
method should not return the wrong skill.