big update (trade routes, less hungry troops artefact, somethings in hero table, fix peace reports...)

This commit is contained in:
unknown
2012-06-07 22:15:27 +03:00
parent aede02f5f1
commit 7f1cf234b2
13 changed files with 460 additions and 36 deletions
+7 -1
View File
@@ -1,3 +1,4 @@
<?php if($session->gold > 2){ ?>
<div id="build" class="gid17"><a href="#" onClick="return Popup(17,4);" class="build_logo">
<img class="building g17" src="img/x.gif" alt="Marketplace" title="Marketplace" />
</a>
@@ -262,4 +263,9 @@ function testSum() {
</br></br>
<?php echo "You can't use NPC trade in WW village.";
}} ?>
</div>
</div>
<?php
}else{
header("Location: build.php?id=".$_GET['id']."");
}
?>