Display outfit images in highscores, online list, character profile.

Fix #252
This commit is contained in:
Znote
2017-01-30 22:54:33 +01:00
parent a5ba62a51e
commit 3d82fcecf1
4 changed files with 41 additions and 38 deletions

View File

@@ -49,8 +49,8 @@ CREATE TABLE IF NOT EXISTS `znote_accounts` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`) VALUES
('1', '0', '$time');
INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `flag`) VALUES
('1', '0', '$time', '');
CREATE TABLE IF NOT EXISTS `znote_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,