![]() Includes new table for characterProperties DROP TABLE IF EXISTS `charactersProperties`; CREATE TABLE `charactersProperties` ( `charid` int(10) unsigned NOT NULL DEFAULT 0, `propname` varchar(64) NOT NULL DEFAULT '', `propvalue` varchar(64) NOT NULL DEFAULT '' ) ENGINE=InnoDB; |
||
---|---|---|
.. | ||
currentlsdb.sql | ||
world_db.zip |