Fixing bug computer readable trades.

This commit is contained in:
sergiotarxz 2024-05-06 21:28:09 +02:00
parent 161ca9b759
commit 9b9df30219
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ EOF
$uuid, $pg_date,
decode( 'utf-8', $offerer ), $species,
$is_shiny, $has_pokerus,
Mojo::JSON::encode_json($offer), $held_item,
Mojo::JSON::to_json($offer), $held_item,
);
};
if ($@) {