Skip to content

Commit

Permalink
add Range on scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Jul 27, 2024
1 parent 11d38a2 commit 58ff5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ function AprRC.event.functions.scenario(event, ...)
if AprRC:IsInInstanceQuest() then
step.InstanceQuest = true
end
AprRC:SetStepCoord(step)
AprRC:SetStepCoord(step, 5)
AprRC:NewStep(step)
scenarioCriteriaLogged[criteriaID] = true
end
Expand Down

0 comments on commit 58ff5b3

Please sign in to comment.