We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4ae575 + e8377fd commit 9564d9cCopy full SHA for 9564d9c
1 file changed
scripts/quests/windurst/Rock_Racketeer.lua
@@ -94,7 +94,7 @@ quest.sections =
94
onTrigger = function(player, npc)
95
local progress = quest:getVar(player, 'Prog')
96
97
- if progress == 3 then
+ if progress == 2 then
98
if quest:getVar(player, 'Option') < 2 then
99
return quest:progressEvent(100) -- Optional Dialogue that only places once
100
else
0 commit comments