mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Commiting more work before merging in another branch.
- DftFst - More actors added - Trl0g1/Trl0l1 - Removed a stray ] causing the script to not function.
This commit is contained in:
parent
7fea45e1f8
commit
d06152be07
5 changed files with 6 additions and 21 deletions
|
@ -25,5 +25,5 @@ function onTalk(player, quest, npc, eventName)
|
|||
end
|
||||
|
||||
function IsQuestENPC(player, quest, npc)
|
||||
return npc:GetActorClassId()] == 1000230;
|
||||
return npc:GetActorClassId() == 1000230;
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue