From dcb9311f4cd228b1ecf8c1354b8e86182496c6cc Mon Sep 17 00:00:00 2001 From: novgorodschi catalin Date: Wed, 5 Aug 2026 14:07:25 +0300 Subject: [PATCH] Fix [#WALLMASTER] for new tribe Fix [#WALLMASTER] for new tribe --- Templates/Profile/profile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Profile/profile.tpl b/Templates/Profile/profile.tpl index 51b7b5fa..5b1f47a4 100644 --- a/Templates/Profile/profile.tpl +++ b/Templates/Profile/profile.tpl @@ -387,7 +387,7 @@ if(defined('NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM') && NEW_FUNCTIONS_SPECIAL_MEDAL WHERE v.owner=$uid"); if($qw){ while($r = $qw->fetch_assoc()){ - if((int)$r['f40'] == 20 && in_array((int)$r['f40t'], [31,32,33])){ + if((int)$r['f40'] == 20 && in_array((int)$r['f40t'], [31,32,33,42,43,47,50])){ $wallCount++; } }