mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-05 01:47:16 +00:00
more update
This commit is contained in:
@@ -20,15 +20,11 @@ foreach($varray as $vil) {
|
|||||||
$countAu = $database->CountTopic($arr['owner']);
|
$countAu = $database->CountTopic($arr['owner']);
|
||||||
$displayarray = $database->getUserArray($arr['owner'],1);
|
$displayarray = $database->getUserArray($arr['owner'],1);
|
||||||
if($displayarray['tribe'] == 1) {
|
if($displayarray['tribe'] == 1) {
|
||||||
$trip = "Fire";
|
$trip = "Romans";
|
||||||
}else if($displayarray['tribe'] == 2) {
|
}else if($displayarray['tribe'] == 2) {
|
||||||
$trip = "Water";
|
$trip = "Teutons";
|
||||||
}else if($displayarray['tribe'] == 3) {
|
}else if($displayarray['tribe'] == 3) {
|
||||||
$trip = "Earth";
|
$trip = "Gauls";
|
||||||
}else if($displayarray['tribe'] == 4) {
|
|
||||||
$trip = "Air";
|
|
||||||
}else if($displayarray['tribe'] == 5) {
|
|
||||||
$trip = "Lightning";
|
|
||||||
}
|
}
|
||||||
$input = $arr['post'];
|
$input = $arr['post'];
|
||||||
$bbcoded = $input;
|
$bbcoded = $input;
|
||||||
|
|||||||
Reference in New Issue
Block a user