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('ALLIANCES', 'Alliances');
tz_def('HEROES', 'Heroes'); tz_def('HEROES', 'Heroes');
tz_def('GENERAL', 'General'); tz_def('GENERAL', 'General');
tz_def('WW', 'World Wonder'); tz_def('WWS', 'World Wonder');
tz_def('TOP10P', 'TOP 10 Players'); tz_def('TOP10P', 'TOP 10 Players');
tz_def('TOP10PA', 'TOP 10 Attackers'); tz_def('TOP10PA', 'TOP 10 Attackers');
tz_def('TOP10PD', 'TOP 10 Defenders'); tz_def('TOP10PD', 'TOP 10 Defenders');
+1 -1
View File
@@ -878,7 +878,7 @@ define('STATISTICS', 'Statistiques');
define('ALLIANCES', 'Alliances'); define('ALLIANCES', 'Alliances');
define('HEROES', 'Héros'); define('HEROES', 'Héros');
define('GENERAL', 'Général'); define('GENERAL', 'Général');
define('WW', 'Merveille du Monde'); define('WWS', 'Merveille du Monde');
define('TOP10P', 'TOP 10 Joueurs'); define('TOP10P', 'TOP 10 Joueurs');
define('TOP10PA', 'TOP 10 Attaquants'); define('TOP10PA', 'TOP 10 Attaquants');
define('TOP10PD', 'TOP 10 Défenseurs'); define('TOP10PD', 'TOP 10 Défenseurs');
+1 -1
View File
@@ -878,7 +878,7 @@ define('STATISTICS', 'Statistici');
define('ALLIANCES', 'Alianțe'); define('ALLIANCES', 'Alianțe');
define('HEROES', 'Eroi'); define('HEROES', 'Eroi');
define('GENERAL', 'General'); define('GENERAL', 'General');
define('WW', 'Minunea Lumii'); define('WWS', 'Minunea Lumii');
define('TOP10P', 'TOP 10 Jucatori'); define('TOP10P', 'TOP 10 Jucatori');
define('TOP10PA', 'TOP 10 Atacatori'); define('TOP10PA', 'TOP 10 Atacatori');
define('TOP10PD', 'TOP 10 Aparatori'); define('TOP10PD', 'TOP 10 Aparatori');
+1 -1
View File
@@ -59,7 +59,7 @@ if (!empty($_GET['id'])) {
echo GENERAL; echo GENERAL;
break; break;
case '99': case '99':
echo WW; echo WWS;
break; break;
case '7': case '7':
echo TOP10A; echo TOP10A;