Skip to content

Commit

Permalink
Fix map change invalidate QuestHuntOngoing
Browse files Browse the repository at this point in the history
  • Loading branch information
hexhexD committed Feb 4, 2024
1 parent 3fbb592 commit 9892d95
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 9892d95

Please sign in to comment.