Add WW win correct date

This commit is contained in:
Alex Stoica
2018-01-07 16:48:22 +00:00
parent eff5f1e17d
commit 1a71fdbc60
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -707,6 +707,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%fdata` (
`f99` tinyint(2) NULL DEFAULT '0',
`f99t` tinyint(2) NULL DEFAULT '0',
`wwname` varchar(100) NULL DEFAULT 'World Wonder',
`ww_lastupdate` int(11) DEFAULT NULL,
PRIMARY KEY (`vref`),
KEY `f99` (`f99`),
KEY `f99t` (`f99t`)