Update CharacterFetch.blade.php
This commit is contained in:
parent
31a1143f34
commit
32495e1118
|
|
@ -2,13 +2,13 @@
|
||||||
header("content-type:application/xml");
|
header("content-type:application/xml");
|
||||||
ob_start();
|
ob_start();
|
||||||
$userId = addslashes($_GET["userId"]);
|
$userId = addslashes($_GET["userId"]);
|
||||||
$hat1 = 300;
|
$hat1 = 0;
|
||||||
$hat2 = 0;
|
$hat2 = 0;
|
||||||
$hat3 = 0;
|
$hat3 = 0;
|
||||||
$shirt = 306;
|
$shirt = 0;
|
||||||
$pants = 305;
|
$pants = 0;
|
||||||
$shirtgraphic = 303;
|
$shirtgraphic = 303;
|
||||||
$face = 308;
|
$face = 0;
|
||||||
//TODO: add catalog + avatar system
|
//TODO: add catalog + avatar system
|
||||||
@endphp
|
@endphp
|
||||||
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=@php echo $hat1 @endphp;http://morblox.us/asset/?id=@php echo $hat2 @endphp;http://morblox.us/asset/?id=@php echo $hat3 @endphp;http://morblox.us/asset/?id=@php echo $shirt @endphp;http://morblox.us/asset/?id=@php echo $pants @endphp;http://morblox.us/asset/?id=@php echo $shirtgraphic @endphp;http://morblox.us/asset/?id=@php echo $face @endphp
|
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=@php echo $hat1 @endphp;http://morblox.us/asset/?id=@php echo $hat2 @endphp;http://morblox.us/asset/?id=@php echo $hat3 @endphp;http://morblox.us/asset/?id=@php echo $shirt @endphp;http://morblox.us/asset/?id=@php echo $pants @endphp;http://morblox.us/asset/?id=@php echo $shirtgraphic @endphp;http://morblox.us/asset/?id=@php echo $face @endphp
|
||||||
Loading…
Reference in New Issue