mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +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:
@@ -230,7 +230,9 @@ $neutral = (($neutralarray[0]['alli1']>0 and $neutralarray[0]['alli2']>0 and $do
|
||||
$att = '<span class=\'m3\' ></span>';
|
||||
}elseif ($database->checkEnforce($wref,$toWref) != 0) {
|
||||
$att = '<span class=\'m9\' ></span>';
|
||||
}
|
||||
}elseif ($database->checkScout($wref,$toWref) != 0) {
|
||||
$att = '<span class=\'m6\' ></span>';
|
||||
}
|
||||
}
|
||||
|
||||
// Map content
|
||||
|
||||
Reference in New Issue
Block a user