feature(rally-point): mark incoming attacks + show per-troop travel time [#245] (#248)

This commit is contained in:
Ferywir
2026-06-22 05:54:41 +02:00
committed by GitHub
parent afbba3f841
commit f581add125
7 changed files with 86 additions and 4 deletions
+1
View File
@@ -1137,6 +1137,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%movement` (
`clay` int(11) DEFAULT NULL,
`iron` int(11) DEFAULT NULL,
`crop` int(11) DEFAULT NULL,
`marker` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`moveid`),
KEY `ref` (`ref`),
KEY `from-proc-sort_type` (`from`,`proc`,`sort_type`),