mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04: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:
@@ -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
|
@@ -25,5 +25,5 @@ function onTalk(player, quest, npc, eventName)
|
||||
end
|
||||
|
||||
function IsQuestENPC(player, quest, npc)
|
||||
return npc:GetActorClassId()] == 1000137;
|
||||
return npc:GetActorClassId() == 1000137;
|
||||
end
|
Reference in New Issue
Block a user