Files
TravianZ/Templates/Profile
iopietro c574a71b3a General fixes
+Fixed a bug that didn't delete artifacts when a player deleted his
account
+Added "(artifact)" if a village has an artifact in the village overview
+Added the artifact section in the multihunter panel (return to natars
doesn't work yet)

NOTE: To play this version of the game, you have to run this query first
(where "s1_" is the prefix of your server):

ALTER TABLE `s1_artefacts` ADD `del` TINYINT(1) NULL DEFAULT '0' AFTER
`lastupdate`;
ALTER TABLE `testtravian`.`s1_artefacts` ADD INDEX
`active-owner-conquered-del` (`active`, `owner`, `conquered`, `del`);
2018-06-21 14:43:47 +02:00
..
2013-06-16 10:38:34 +03:00
2018-05-10 17:45:27 +02:00
2018-04-29 13:03:59 +02:00
2018-06-13 11:17:18 +03:00
2018-06-08 09:00:44 +03:00
2013-06-16 10:38:34 +03:00
2018-06-07 08:32:15 +03:00
2018-06-21 14:43:47 +02:00
2018-06-11 02:22:22 +02:00
2018-04-07 22:16:28 +02:00
2018-06-04 20:04:02 +03:00