Skip to content

Commit

Permalink
Fix map change invalidate QuestHuntOngoing (#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexhexD authored Feb 4, 2024
1 parent facc613 commit 8fc7e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sub validate_condition {
$self->{fulfilled_quest_id} = undef;
$self->{fulfilled_mob_id} = undef;
$self->{fulfilled_member_index} = undef;
$self->{is_on_stand_by} = 1;
$self->{is_on_stand_by} = 0;

} elsif ($callback_name eq 'inventory_ready') {
return $self->SUPER::validate_condition if ($self->{is_on_stand_by} == 0);
Expand Down

0 comments on commit 8fc7e8d

Please sign in to comment.