Fix WW in statistics

Fix WW in statistics
This commit is contained in:
novgorodschi catalin
2026-07-03 10:00:53 +03:00
parent 26ed89b3fa
commit b24033f19a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -882,7 +882,7 @@ tz_def('STATISTICS', 'Statistics');
tz_def('ALLIANCES', 'Alliances');
tz_def('HEROES', 'Heroes');
tz_def('GENERAL', 'General');
tz_def('WW', 'World Wonder');
tz_def('WWS', 'World Wonder');
tz_def('TOP10P', 'TOP 10 Players');
tz_def('TOP10PA', 'TOP 10 Attackers');
tz_def('TOP10PD', 'TOP 10 Defenders');
+1 -1
View File
@@ -878,7 +878,7 @@ define('STATISTICS', 'Statistiques');
define('ALLIANCES', 'Alliances');
define('HEROES', 'Héros');
define('GENERAL', 'Général');
define('WW', 'Merveille du Monde');
define('WWS', 'Merveille du Monde');
define('TOP10P', 'TOP 10 Joueurs');
define('TOP10PA', 'TOP 10 Attaquants');
define('TOP10PD', 'TOP 10 Défenseurs');
+1 -1
View File
@@ -878,7 +878,7 @@ define('STATISTICS', 'Statistici');
define('ALLIANCES', 'Alianțe');
define('HEROES', 'Eroi');
define('GENERAL', 'General');
define('WW', 'Minunea Lumii');
define('WWS', 'Minunea Lumii');
define('TOP10P', 'TOP 10 Jucatori');
define('TOP10PA', 'TOP 10 Atacatori');
define('TOP10PD', 'TOP 10 Aparatori');
+1 -1
View File
@@ -59,7 +59,7 @@ if (!empty($_GET['id'])) {
echo GENERAL;
break;
case '99':
echo WW;
echo WWS;
break;
case '7':
echo TOP10A;