mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 04:37:47 +00:00
Minor fix to Call of Booty.
This commit is contained in:
parent
159242068d
commit
514610f006
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue