From 875be485dea37f0b2c976ddef586350d1786a35c Mon Sep 17 00:00:00 2001 From: Image <image.emagi@gmail.com> Date: Sat, 20 Mar 2021 22:58:57 -0400 Subject: [PATCH] Update TasksaboardtheFarJourney.lua Fix the duplicate "open" entity commands presented on the chests --- server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua b/server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua index e4385065a..2d585d2ca 100644 --- a/server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua +++ b/server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua @@ -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