Fixing bug computer readable trades.
This commit is contained in:
parent
161ca9b759
commit
9b9df30219
@ -334,7 +334,7 @@ EOF
|
|||||||
$uuid, $pg_date,
|
$uuid, $pg_date,
|
||||||
decode( 'utf-8', $offerer ), $species,
|
decode( 'utf-8', $offerer ), $species,
|
||||||
$is_shiny, $has_pokerus,
|
$is_shiny, $has_pokerus,
|
||||||
Mojo::JSON::encode_json($offer), $held_item,
|
Mojo::JSON::to_json($offer), $held_item,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
|
Loading…
Reference in New Issue
Block a user