mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-01 16:17:13 +00:00
fix alliance rank Attacker and defender Armando
This commit is contained in:
@@ -531,7 +531,7 @@
|
|||||||
|
|
||||||
array_push($holder, $value);
|
array_push($holder, $value);
|
||||||
}
|
}
|
||||||
$holder = $multisort->sorte($holder, "'totalap'", false, 2);
|
$holder = $multisort->sorte($holder, "'Aap'", false, 2);
|
||||||
$newholder = array("pad");
|
$newholder = array("pad");
|
||||||
foreach($holder as $key) {
|
foreach($holder as $key) {
|
||||||
array_push($newholder, $key);
|
array_push($newholder, $key);
|
||||||
@@ -559,7 +559,7 @@
|
|||||||
|
|
||||||
array_push($holder, $value);
|
array_push($holder, $value);
|
||||||
}
|
}
|
||||||
$holder = $multisort->sorte($holder, "'totaldp'", false, 2);
|
$holder = $multisort->sorte($holder, "'Adp'", false, 2);
|
||||||
$newholder = array("pad");
|
$newholder = array("pad");
|
||||||
foreach($holder as $key) {
|
foreach($holder as $key) {
|
||||||
array_push($newholder, $key);
|
array_push($newholder, $key);
|
||||||
|
|||||||
Reference in New Issue
Block a user