tr - rm dublicates

This commit is contained in:
221V
2024-12-11 15:48:36 +02:00
parent ff22a74095
commit 9fba876685
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -720,7 +720,6 @@ define("NORMALATTACK","Normal Attack");
define("RAID","Raid"); define("RAID","Raid");
define("OR","or"); define("OR","or");
define("SENDTROOP","Send troops"); define("SENDTROOP","Send troops");
define("TROOP","Troops");
define("NOTROOP","no troops"); define("NOTROOP","no troops");
//map //map
-1
View File
@@ -720,7 +720,6 @@ define("NORMALATTACK","强攻");
define("RAID","掠夺"); define("RAID","掠夺");
define("OR",""); define("OR","");
define("SENDTROOP","派遣部队"); define("SENDTROOP","派遣部队");
define("TROOP","部队");
define("NOTROOP","无部队"); define("NOTROOP","无部队");
//map //map
+1 -1
View File
@@ -121,7 +121,7 @@ if($oasis['owner'] == 2){
<table cellpadding="1" cellspacing="1" id="troop_info" class="tableNone"> <table cellpadding="1" cellspacing="1" id="troop_info" class="tableNone">
<thead><tr> <thead><tr>
<th colspan="3"><?php echo TROOP;?>:</th> <th colspan="3"><?php echo TROOPS;?>:</th>
</tr></thead> </tr></thead>
<tbody> <tbody>
<?php <?php