From 4032935b3ec53fab665f73ead68c9c2406183615 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 22 Oct 2022 11:09:55 +1100 Subject: [PATCH] fix guest shirt --- public/asset/401 | 10 ++++++++++ resources/views/client/CharacterFetch.blade.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 public/asset/401 diff --git a/public/asset/401 b/public/asset/401 new file mode 100644 index 0000000..bae60af --- /dev/null +++ b/public/asset/401 @@ -0,0 +1,10 @@ + + null + nil + + + Clothing + http://morblox.us/asset/?id=400 + + + \ No newline at end of file diff --git a/resources/views/client/CharacterFetch.blade.php b/resources/views/client/CharacterFetch.blade.php index 20c325a..ecbb33c 100644 --- a/resources/views/client/CharacterFetch.blade.php +++ b/resources/views/client/CharacterFetch.blade.php @@ -6,7 +6,7 @@ if ($userId == 0) { $hat1 = 300; $hat2 = 0; $hat3 = 0; - $shirt = 400; + $shirt = 401; $pants = 0; $shirtgraphic = 0; $face = 0;