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