mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 07:06:06 +00:00
fix: expansion slots not being cleared up upon village destruction
#400
This commit is contained in:
+4
-1
@@ -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 ;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user