Fixed Quest ENPC bug and converted over Man0l1

This commit is contained in:
Filip Maj
2022-02-06 20:08:53 -05:00
parent 8b3431e557
commit 335efcc81e
3 changed files with 95 additions and 8 deletions

View File

@@ -144,7 +144,8 @@ end
function onNotice(player, quest, target)
local sequence = quest:getSequence();
if (sequence == SEQ_000) then
if (sequence == SEQ_000) then
quest:ClearData();
callClientFunction(player, "delegateEvent", player, quest, "processTtrNomal001withHQ");
end