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++; } }