mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed Quest ENPC bug and converted over Man0l1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user