MarketEntrance.lua syntax error

This commit is contained in:
dude22072 2016-10-04 06:03:33 +00:00
parent 0f093235f8
commit 6e7459a2f8

View File

@ -16,7 +16,7 @@ function init(npc)
end
function onEventStarted(player, npc, triggerName)
callClientFunction(player, "eventPushChoiceAreaOrQuest", 0xc13, 0xc1a, 0xdba,0, false, 0));
callClientFunction(player, "eventPushChoiceAreaOrQuest", 0xc13, 0xc1a, 0xdba,0, false, 0);
player:EndEvent();
end