fix bug 10 (not %100, not shown after scroll) and bug 5 from the buglist + update Templates/movement.tpl

This commit is contained in:
yi12345
2013-09-25 15:42:31 +03:00
parent f58db26459
commit 792515c8ed
5 changed files with 52 additions and 18 deletions
+12
View File
@@ -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();