1
0
mirror of https://github.com/moparisthebest/xAuth synced 2024-12-21 22:58:51 -05:00
This commit is contained in:
Zach Iverson 2011-06-24 17:01:42 -04:00
parent 581609eede
commit 69aeb90688

View File

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