Update CharacterFetch.blade.php
This commit is contained in:
parent
8a9dbd89b9
commit
a3be30cd73
|
|
@ -2,7 +2,7 @@
|
||||||
header("content-type:application/xml");
|
header("content-type:application/xml");
|
||||||
ob_start();
|
ob_start();
|
||||||
$userId = addslashes($_GET["userId"]);
|
$userId = addslashes($_GET["userId"]);
|
||||||
$hat1 = 0;
|
$hat1 = 300;
|
||||||
$hat2 = 0;
|
$hat2 = 0;
|
||||||
$hat3 = 0;
|
$hat3 = 0;
|
||||||
$shirt = 0;
|
$shirt = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue