mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 10:04:21 +00:00
more fixes
This commit is contained in:
@@ -2197,7 +2197,7 @@ class Automation {
|
||||
$database->setVillageField($data['to'],loyalty,($toF['loyalty']-$rand));
|
||||
} else {
|
||||
//you took over the village
|
||||
$villname = $database->getVillageField($data['to'],"name");
|
||||
$villname = addslashes($database->getVillageField($data['to'],"name"));
|
||||
$artifact = $database->getOwnArtefactInfo($data['to']);
|
||||
$info_chief = "".$chief_pic.",Inhabitants of ".$villname." village decided to join your empire.";
|
||||
if ($artifact['vref'] == $data['to']){
|
||||
|
||||
@@ -70,7 +70,7 @@ if(!$session->goldclub) {
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<div class="clear"></div><p><input type="image" value="ok" name="s1" id="btn_ok" class="dynamic_img" src="img/x.gif" tabindex="8" alt="OK" <?php if(!$market->merchantAvail()) { echo "DISABLED"; }?>/></p></form>
|
||||
<div class="clear"></div><p><input type="image" value="ok" name="s1" id="btn_ok" class="dynamic_img" src="img/x.gif" tabindex="8" alt="OK"/></p></form>
|
||||
</tr>
|
||||
</form>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user