Fixing error multiple rayquaza.
This commit is contained in:
parent
708725687b
commit
8326233d99
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user