Update TasksaboardtheFarJourney.lua

Fix the duplicate "open" entity commands presented on the chests
This commit is contained in:
Image 2021-03-20 22:58:57 -04:00
parent 31f74f7e34
commit 875be485de

View file

@ -109,6 +109,7 @@ function CurrentStep(Quest, QuestGiver, Player)
spawn = GetSpawnFromList(spawns, i-1)
if spawn then
ChangeHandIcon(spawn, 1)
AddPrimaryEntityCommand(nil, spawn)
SpawnSet(NPC, "targetable", 1, true, true)
end
i = i + 1