mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-22 09:56:39 +08:00
fix attacking bug, somthing on buying goldclub, add merchant run 3 times to goldclub and now banned player cannot found new village
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
<?php
|
||||
while($row = mysql_fetch_array($result))
|
||||
{
|
||||
if($row['id'] >= 0){
|
||||
if($row['RR'] >= 0) {
|
||||
if($row['id']==$session->alliance) {
|
||||
echo "<tr class=\"own hl\">"; } else { echo "<tr>"; }
|
||||
echo "<td class=\"ra fc\">".$i++.". </td>";
|
||||
|
||||
Reference in New Issue
Block a user