Added case for Players attackers

Added case for Players attackers @Ferywir must be added in Translate file please
This commit is contained in:
novgorodschi catalin
2026-06-26 13:06:55 +03:00
parent e1dd434f5b
commit 5d6562f4b5
2 changed files with 53 additions and 3 deletions
+12 -3
View File
@@ -62,13 +62,22 @@ if (!empty($_GET['id'])) {
echo 'WW';
break;
case '7':
echo 'TOP 10';
echo 'TOP 10 PLAYERS';
break;
case '31':
echo 'Atacatori';
echo 'ATTACKERS';
break;
case '32':
echo 'Apărători';
echo 'DEFENDERS';
break;
case '41':
echo 'ALLIANCES Attackers';
break;
case '42':
echo 'ALLIANCES Defenders';
break;
case '43':
echo 'TOP 10 ALLIANCES';
break;
case '1':
echo PLAYERS;