mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 02:30:58 +00:00
big update (fix sitters, peace system, fix some problems of hero...)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php
|
||||
if($session->sit == 0) {
|
||||
/* $MyGold = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE `username`='".$session->username."'") or die(mysql_error());
|
||||
$golds = mysql_fetch_array($MyGold);
|
||||
|
||||
@@ -35,6 +36,7 @@
|
||||
echo "<input type='text' name='T4' size='6' value=".$quart."></td>";
|
||||
mysql_query("UPDATE ".TB_PREFIX."users set gold = ".($session->gold-1)." where `username`='".$session->username."'") or die(mysql_error());
|
||||
*/
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user