Fix hero T4

Fix hero T4
This commit is contained in:
novgorodschi catalin
2026-07-16 15:03:33 +03:00
parent 96ab919865
commit 7b2af2c265
2 changed files with 51 additions and 15 deletions
+3
View File
@@ -38,6 +38,9 @@ $noticeClass = [
// Settler reports (issue #178) - sparse indices 24/25
$noticeClass[24] = TZ_RT_NEW_VILLAGE;
$noticeClass[25] = TZ_RT_VALLEY_OCCUPIED;
// HERO T4 REPORTS - sparse indices 24/25
$noticeClass[26] = HERO_ADV_MOV_OUT;
$noticeClass[27] = HERO_ADV_MOV_BACK;
// ======================== GOLD CHECK (cached query) ========================
$uid = (int)$session->uid;