Skip to content

Commit

Permalink
Fix map change invalidate QuestActive (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexhexD committed Oct 29, 2023
1 parent dcb473d commit 3fbb592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/eventMacro/eventMacro/Condition/QuestActive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ sub validate_condition {
if ($callback_name eq 'packet_mapChange') {
$self->{fulfilled_ID} = undef;
$self->{fulfilled_member_index} = undef;
$self->{is_on_stand_by} = 1;

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

0 comments on commit 3fbb592

Please sign in to comment.