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