fix guest shirt
This commit is contained in:
parent
c26e1846f8
commit
4032935b3e
|
|
@ -0,0 +1,10 @@
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.archblox.com/archblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
<Item class="Shirt" referent="RBX0">
|
||||||
|
<Properties>
|
||||||
|
<string name="Name">Clothing</string>
|
||||||
|
<Content name="ShirtTemplate"><url>http://morblox.us/asset/?id=400</url></Content>
|
||||||
|
</Properties>
|
||||||
|
</Item>
|
||||||
|
</roblox>
|
||||||
|
|
@ -6,7 +6,7 @@ if ($userId == 0) {
|
||||||
$hat1 = 300;
|
$hat1 = 300;
|
||||||
$hat2 = 0;
|
$hat2 = 0;
|
||||||
$hat3 = 0;
|
$hat3 = 0;
|
||||||
$shirt = 400;
|
$shirt = 401;
|
||||||
$pants = 0;
|
$pants = 0;
|
||||||
$shirtgraphic = 0;
|
$shirtgraphic = 0;
|
||||||
$face = 0;
|
$face = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue