Minor fix to Call of Booty.

This commit is contained in:
Filip Maj 2022-04-02 12:47:19 -04:00
parent 159242068d
commit 514610f006

View File

@ -34,10 +34,8 @@ function onStateChange(player, quest, sequence)
end end
if (sequence == SEQ_000) then if (sequence == SEQ_000) then
quest:SetENpc(FONGHO, QFLAG_PLATE);
quest:SetENpc(HASTHWAB);
elseif (sequence == SEQ_001) then
quest:SetENpc(FONGHO, QFLAG_REWARD); quest:SetENpc(FONGHO, QFLAG_REWARD);
quest:SetENpc(HASTHWAB);
end end
end end