Fixed a bunch of bugged scripts and cleaned up the quest flags.

This commit is contained in:
Filip Maj 2017-03-19 12:17:09 -04:00
parent 4f339709d5
commit 1bf25b2a2b
7 changed files with 16 additions and 15 deletions

View file

@ -4,7 +4,7 @@ function onSpawn(player, npc)
man0l1Quest = player:GetQuest("Man0l1");
if (man0l1Quest ~= nil) then
npc:SetQuestGraphic(player, 0x3);
npc:SetQuestGraphic(player, 0x2);
end
end