This commit is contained in:
Zach Iverson 2011-06-24 17:01:42 -04:00
parent 581609eede
commit 69aeb90688
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class DataManager {
); );
stmt.execute( stmt.execute(
"CREATE TABLE IF NOT EXISTS `inventory` (" + "CREATE TABLE IF NOT EXISTS `" + xAuthSettings.tblInventory + "` (" +
"`playername` VARCHAR(255) NOT NULL," + "`playername` VARCHAR(255) NOT NULL," +
"`itemid` TEXT NOT NULL," + "`itemid` TEXT NOT NULL," +
"`amount` TEXT NOT NULL," + "`amount` TEXT NOT NULL," +