Fixing error multiple rayquaza.

This commit is contained in:
Sergiotarxz 2024-05-07 01:48:59 +02:00
parent 708725687b
commit 8326233d99

View File

@ -410,9 +410,9 @@ EOF
$db->do( $db->do(
$query_create_computer_news, undef, $query_create_computer_news, undef,
$uuid, $pg_date, $uuid, $pg_date,
decode( 'utf-8', $offerer ), $species, $offerer, $species,
$is_shiny, $has_pokerus, $is_shiny, $has_pokerus,
Mojo::JSON::encode_json($pokemon), $held_item, Mojo::JSON::to_json($pokemon), $held_item,
); );
} }
$db->do( <<'EOF', undef ); $db->do( <<'EOF', undef );