From d890bba7a4fa1366df2a902bcb394bb39dd84b23 Mon Sep 17 00:00:00 2001 From: Atte Date: Fri, 5 Sep 2014 01:13:56 +0300 Subject: [PATCH] Update characterprofile.php Fetch houses taken from layout from otland made by @peonso --- characterprofile.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/characterprofile.php b/characterprofile.php index 51022fb..e905767 100644 --- a/characterprofile.php +++ b/characterprofile.php @@ -48,6 +48,28 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) { } ?> + Achievement Points + 0) + $playerlist[] = $h['owner']; + + if ($profile_data['id'] = $h['owner']) { ?> + House: + , $value) { + if ($key == $h['town_id']) { + echo $value; + } + } ?>
  • Status: