mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 20:27:47 +00:00
9 lines
128 B
Lua
9 lines
128 B
Lua
![]() |
--[[
|
||
|
|
||
|
|
||
|
--]]
|
||
|
|
||
|
function onEventStarted(player, actor, questId)
|
||
|
player:sendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
|
||
|
end
|