mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-25 04:27:15 +00:00
fix ranking
This commit is contained in:
@@ -15,6 +15,7 @@ include("GameEngine/Village.php");
|
||||
$__start = $generator->pageLoadTimeStart();
|
||||
if(isset($_GET['rank'])){ $_POST['rank']==$_GET['rank']; }
|
||||
$_GET['aid'] = $session->alliance;
|
||||
$_GET['hero'] = count($database->getHero($session->uid));
|
||||
$ranking->procRankReq($_GET);
|
||||
$ranking->procRank($_POST);
|
||||
if(isset($_GET['newdid'])) {
|
||||
|
||||
Reference in New Issue
Block a user