now can use noraml attack when attacks occupied oasis

This commit is contained in:
unknown
2012-05-25 13:23:24 +03:00
parent c99a6fc621
commit 158d902dd5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<tr> <tr>
<td class="sel"> <td class="sel">
<label> <label>
<input class="radio" name="c" value="3" type="radio" <?php echo $disabled ?>> <input class="radio" name="c" value="3" type="radio" <?php echo $disabledr ?>>
Normal attack Normal attack
</label> </label>
</td> </td>
-1
View File
@@ -51,7 +51,6 @@ if(isset($_GET['o'])) {
if($too['conqured'] == 0){$disabledr ="disabled=disabled";}else{ if($too['conqured'] == 0){$disabledr ="disabled=disabled";}else{
$disabledr =""; $disabledr ="";
} }
$disabled ="disabled=disabled";
$checked ="checked=checked"; $checked ="checked=checked";
} }
$process = $units->procUnits($_POST); $process = $units->procUnits($_POST);