diff --git a/resources/views/client/BodyColors.blade.php b/resources/views/client/BodyColors.blade.php index 4cfcfe8..3ff3661 100644 --- a/resources/views/client/BodyColors.blade.php +++ b/resources/views/client/BodyColors.blade.php @@ -2,4 +2,21 @@ header("content-type:text/plain"); $userId = addslashes($_GET["userId"]); //TODO: add avatar system -@endphp \ No newline at end of file +@endphp + + + null + nil + + + 45 + 45 + 1003 + Body Colors + 45 + 1003 + 1003 + true + + + \ No newline at end of file diff --git a/resources/views/client/CharacterFetch.blade.php b/resources/views/client/CharacterFetch.blade.php index 9b9213a..ff537ba 100644 --- a/resources/views/client/CharacterFetch.blade.php +++ b/resources/views/client/CharacterFetch.blade.php @@ -3,5 +3,5 @@ header("content-type:application/xml"); ob_start(); $userId = addslashes($_GET["userId"]); //TODO: add catalog + avatar system -// http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp; -@endphp \ No newline at end of file +@endphp +http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp; \ No newline at end of file