big update (fix sitters, peace system, fix some problems of hero...)

This commit is contained in:
unknown
2012-06-01 20:18:40 +03:00
parent 933285bb7e
commit f9b9d7faaf
48 changed files with 374 additions and 175 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ if($session->access != BANNED){
$goldlog = mysql_query("SELECT * FROM ".TB_PREFIX."gold_fin_log") or die(mysql_error());
$today = date("mdHi");
if($session->sit == 0) {
if (mysql_num_rows($MyGold)) {
if($golds['6'] > 2) {
@@ -41,6 +41,7 @@ $done1 = "   Nothing has been Completed";
$done1 = "  You need more Gold";
}
}
}