mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 08:11:00 +00:00
Minor changes to medals
Now during the editing of the profile instead of the word "Bonus" a specific name of the medal is written
This commit is contained in:
@@ -134,7 +134,7 @@ switch ($medal['categorie']) {
|
||||
$woord="Resources";
|
||||
break;
|
||||
case "5":
|
||||
$titel="Receiving this medal shows that you where in the top 10 of both attackers and defenders of the week.";
|
||||
$titel="Receiving this medal shows that you where in the top 10 of both Attackers and Defenders of the week.";
|
||||
$bonus[$medal['id']]=1;
|
||||
break;
|
||||
case "6":
|
||||
@@ -158,7 +158,7 @@ switch ($medal['categorie']) {
|
||||
$woord="Ranks";
|
||||
break;
|
||||
case "11":
|
||||
$titel="Receiving this medal shows that you were in the top 3 of the Rank Climbers of the week ".$medal['points']." in a row.";
|
||||
$titel="Receiving this medal shows that you were in the top 3 Rank Climbers of the week ".$medal['points']." in a row.";
|
||||
$bonus[$medal['id']]=1;
|
||||
break;
|
||||
case "12":
|
||||
|
||||
Reference in New Issue
Block a user