Explorar el Código

Fix treasure chests being targetable/hand icon if reloading in zone

image hace 3 años
padre
commit
3a45e50028
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua

+ 1 - 0
server/Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua

@@ -256,6 +256,7 @@ end
 function Reload(Quest, QuestGiver, Player, Step)
 	if Step == 1 then
 		Step2Init(Quest, QuestGiver, Player)
+		CurrentStep(Quest, QuestGiver, Player)
 	elseif Step == 2 then
 		Step3Init(Quest, QuestGiver, Player)
 	elseif Step == 3 then