mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
Added case for Players attackers
Added case for Players attackers @Ferywir must be added in Translate file please
This commit is contained in:
+12
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user