project-meteor-server/data/scripts/commands/RequestQuestJournalCommand.lua
2016-06-15 03:41:23 +01:00

9 lines
128 B
Lua

--[[
--]]
function onEventStarted(player, actor, questId)
player:SendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
end