Adding different date for end of trade and start.
This commit is contained in:
parent
eff8f40143
commit
08244ef470
@ -331,7 +331,7 @@ EOF
|
|||||||
my $is_shiny = $pokemon->{is_shiny};
|
my $is_shiny = $pokemon->{is_shiny};
|
||||||
my $has_pokerus = $pokemon->{has_pokerus};
|
my $has_pokerus = $pokemon->{has_pokerus};
|
||||||
my $pg_date = $pokemon->{date};
|
my $pg_date = $pokemon->{date};
|
||||||
my $date = '' . $pg_date_formatter->parse_datetime($pg_date);
|
my $date = DateTime->now().'';
|
||||||
my $held_item = $pokemon->{held_item};
|
my $held_item = $pokemon->{held_item};
|
||||||
my $wanted_species = $pokemon->{wanted_species};
|
my $wanted_species = $pokemon->{wanted_species};
|
||||||
my $requirements = $pokemon->{wanted_requirements};
|
my $requirements = $pokemon->{wanted_requirements};
|
||||||
|
Loading…
Reference in New Issue
Block a user