Commit graph

4 commits

Author SHA1 Message Date
Image
1e168f0983 Update world_db.zip
world db updated to latest
2020-03-08 00:01:16 -05:00
Image
6c2f0c8f48 Update world_db.zip
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;
2020-03-06 00:01:13 -05:00
Image
8d962dede2 Character visual race available in character select
Fixes #11 -- additional analysis will be needed for equipment / potentially other features of the model
2020-03-05 00:18:57 -05:00
Image
548007ea96 Base
Starting point..!
2020-02-28 09:17:24 -05:00