mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: Multihunter village no longer shows as Natar on Map in Admin
This commit is contained in:
@@ -72,8 +72,8 @@ if ($check1=="" && $check2=="") {$criteria="WHERE tribe=0)";}
|
||||
$p_coor="(".$p_array['x']."|".$p_array['y'].")";
|
||||
$p_pop=$p_array['pop'];
|
||||
|
||||
// natars have a NULL tribe, since they don't have user accounts
|
||||
if (!$p_array['tribe']) {
|
||||
// natars have a NULL username, since they don't have user accounts
|
||||
if (!$p_array['username']) {
|
||||
$p_tribe = $array_tribe[TRIBE5];
|
||||
$p_array['tribe'] = 5;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user