Fixed postbuild typos.

Automatically copy the scripts folder.
Pre-edited player.lua to disable addQuest / Directors.
This commit is contained in:
Robert Baker 2017-04-02 11:34:14 -07:00
parent 25e55bf6df
commit 6642ed7e12
3 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
local initClassItems, initRaceItems;
function onBeginLogin(player)
--[[
--New character, set the initial quest
if (player:GetPlayTime(false) == 0) then
initialTown = player:GetInitialTown();
@ -43,7 +43,7 @@ function onBeginLogin(player)
player:GetQuest(110009):ClearQuestData();
player:GetQuest(110009):ClearQuestFlags();
end
--]]
end