fix: expansion slots not being cleared up upon village destruction

#400
This commit is contained in:
Martin Ambrus
2017-12-02 16:17:47 +01:00
parent aec7a57ca4
commit b261212d12
4 changed files with 38 additions and 1 deletions
+4 -1
View File
@@ -1653,7 +1653,10 @@ KEY `clay` (`clay`),
KEY `iron` (`iron`),
KEY `crop` (`crop`),
KEY `starv` (`starv`),
KEY `loyalty` (`loyalty`)
KEY `loyalty` (`loyalty`),
KEY `exp1` (`exp1`),
KEY `exp2` (`exp2`),
KEY `exp3` (`exp3`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--