Merge pull request #1819 from Aurorablade/GoOnYourFeet

[Sprite] [TG Port] Things that go on your feet
This commit is contained in:
Mark van Alphen
2015-09-07 22:31:21 +02:00
13 changed files with 264 additions and 5 deletions
+1
View File
@@ -78,6 +78,7 @@ CREATE TABLE `characters` (
`rlimb_data` mediumtext NOT NULL,
`nanotrasen_relation` varchar(45) NOT NULL,
`speciesprefs` int(1) NOT NULL,
`socks` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18747 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;