mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
6 lines
123 B
Lua
6 lines
123 B
Lua
require ("global")
|
|
require ("quests/man/man0u0")
|
|
|
|
function onEventStarted(player, npc, triggerName)
|
|
player:EndEvent();
|
|
end |