1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 20:27:47 +00:00

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
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(HASTHWAB);
end
end