Mark the weather table in the original sql dump.

This commit is contained in:
Relintai 2021-12-18 11:37:25 +01:00
parent 3fc63d1a9f
commit d49775b907

View File

@ -1084,6 +1084,7 @@ CREATE TABLE IF NOT EXISTS `village_units` (
-- Table structure for table `weathers`
--
--done
CREATE TABLE IF NOT EXISTS `weathers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,