mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 01:26:07 +00:00
fix bug 10 (not %100, not shown after scroll) and bug 5 from the buglist + update Templates/movement.tpl
This commit is contained in:
@@ -53,15 +53,27 @@
|
||||
break;
|
||||
case 11:
|
||||
$this->procRankRaceArray(1);
|
||||
if($this->searchRank($session->uid, "userid") != 0){
|
||||
$this->getStart($this->searchRank($session->uid, "userid"));
|
||||
}else{
|
||||
$this->getStart(1);
|
||||
}
|
||||
break;
|
||||
case 12:
|
||||
$this->procRankRaceArray(2);
|
||||
if($this->searchRank($session->uid, "userid") != 0){
|
||||
$this->getStart($this->searchRank($session->uid, "userid"));
|
||||
}else{
|
||||
$this->getStart(1);
|
||||
}
|
||||
break;
|
||||
case 13:
|
||||
$this->procRankRaceArray(3);
|
||||
if($this->searchRank($session->uid, "userid") != 0){
|
||||
$this->getStart($this->searchRank($session->uid, "userid"));
|
||||
}else{
|
||||
$this->getStart(1);
|
||||
}
|
||||
break;
|
||||
case 31:
|
||||
$this->procAttRankArray();
|
||||
|
||||
Reference in New Issue
Block a user