mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
MarketEntrance.lua syntax error
This commit is contained in:
parent
0f093235f8
commit
6e7459a2f8
@ -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
|
Loading…
Reference in New Issue
Block a user