mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 14:46:09 +00:00
Fix T4 hero Adventure & Auction by tribe
Fix T4 hero Adventure & Auction by tribe
This commit is contained in:
@@ -32,7 +32,7 @@ if (isset($_POST['t4action'])) {
|
||||
}
|
||||
}
|
||||
|
||||
$t4Open = $t4Auction->getOpenAuctions();
|
||||
$t4Open = $t4Auction->getOpenAuctions(50, $session->uid);
|
||||
$t4MyBids = $t4Auction->getMyBids($session->uid);
|
||||
$t4MySales = $t4Auction->getMySales($session->uid);
|
||||
$t4Now = time();
|
||||
|
||||
Reference in New Issue
Block a user