mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Fixed a bunch of bugged scripts and cleaned up the quest flags.
This commit is contained in:
parent
4f339709d5
commit
1bf25b2a2b
7 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue