1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-21 03:03:02 +01:00

Fixed the negative XP bug on levelup.

Fixes #134
This commit is contained in:
nossr50
2012-02-14 12:09:02 -08:00
parent 939344816e
commit b5e4bebd75
3 changed files with 5 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ public class Database {
System.out.println("VendorError: " + e.getErrorCode());
}
}
//Create the DB structure
public void createStructure() {
Write("CREATE TABLE IF NOT EXISTS `" + LoadProperties.MySQLtablePrefix + "huds` (`user_id` int(10) unsigned NOT NULL,"