fix some training and hero bugs + fix GameEngine/Admin/database.php (now should to work fine)

This commit is contained in:
unknown
2012-06-11 15:51:40 +03:00
parent 787ba148e3
commit 1412af8f2c
21 changed files with 344 additions and 170 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
$gameinstall = 1;
include ("../../GameEngine/config.php");
include ("../../GameEngine/Database.php");
@@ -25,7 +25,7 @@
}
}
$gameinstall = 0;
header("Location: ../index.php?s=5");
?>