Skip to content

Commit

Permalink
Merge pull request #6138 from Xaver-DaRed/modul
Browse files Browse the repository at this point in the history
[Fix] "Mom the adventurer" module
  • Loading branch information
claywar authored Aug 21, 2024
2 parents badaf98 + 2ec6a14 commit adfc1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/era/lua/missable_mom_the_adventurer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ m:addOverride('xi.server.onServerStart', function()

xi.module.modifyInteractionEntry('scripts/quests/bastok/Mom_the_Adventurer', function(quest)
quest.sections[1].check = function(player, status, vars)
return status ~= QUEST_ACCEPTED and
return status ~= xi.questStatus.QUEST_ACCEPTED and
player:getFameLevel(xi.quest.fame_area.BASTOK) < 2 and
vars.Prog == 0
end
Expand Down

0 comments on commit adfc1a3

Please sign in to comment.