mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Fixes #1803
This commit is contained in:
parent
a1c1271d21
commit
5d23a1ca6f
@ -1197,9 +1197,9 @@ public final class SQLDatabaseManager implements DatabaseManager {
|
|||||||
MobHealthbarType mobHealthbarType;
|
MobHealthbarType mobHealthbarType;
|
||||||
|
|
||||||
final int OFFSET_SKILLS = 0; // TODO update these numbers when the query changes (a new skill is added)
|
final int OFFSET_SKILLS = 0; // TODO update these numbers when the query changes (a new skill is added)
|
||||||
final int OFFSET_XP = 12;
|
final int OFFSET_XP = 13;
|
||||||
final int OFFSET_DATS = 24;
|
final int OFFSET_DATS = 26;
|
||||||
final int OFFSET_OTHER = 36;
|
final int OFFSET_OTHER = 38;
|
||||||
|
|
||||||
skills.put(SkillType.TAMING, result.getInt(OFFSET_SKILLS + 1));
|
skills.put(SkillType.TAMING, result.getInt(OFFSET_SKILLS + 1));
|
||||||
skills.put(SkillType.MINING, result.getInt(OFFSET_SKILLS + 2));
|
skills.put(SkillType.MINING, result.getInt(OFFSET_SKILLS + 2));
|
||||||
|
Loading…
Reference in New Issue
Block a user