1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 19:57:46 +00:00
project-meteor-server/data/scripts/commands/RequestQuestJournalCommand.lua
2016-06-15 03:41:23 +01:00

8 lines
128 B
Lua

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