mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
Fix WW in statistics
Fix WW in statistics
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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
@@ -59,7 +59,7 @@ if (!empty($_GET['id'])) {
|
||||
echo GENERAL;
|
||||
break;
|
||||
case '99':
|
||||
echo WW;
|
||||
echo WWS;
|
||||
break;
|
||||
case '7':
|
||||
echo TOP10A;
|
||||
|
||||
Reference in New Issue
Block a user