Initial Checkin

This commit is contained in:
Kyep
2016-07-28 02:53:57 -07:00
parent 13e7b9d248
commit c3ec34399a
17 changed files with 216 additions and 5 deletions
+1
View File
@@ -250,6 +250,7 @@ CREATE TABLE `player` (
`nanoui_fancy` smallint(4) DEFAULT '1',
`show_ghostitem_attack` smallint(4) DEFAULT '1',
`lastchangelog` varchar(32) NOT NULL,
`exp` mediumtext DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;