From 54409953b66de008b703704c80e2127aa5891a03 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 14 Sep 2022 20:12:33 +1000 Subject: [PATCH] test --- resources/views/client/BodyColors.blade.php | 19 ++++++++++++++++++- .../views/client/CharacterFetch.blade.php | 4 ++-- 2 files changed, 20 insertions(+), 3 deletions(-) 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