Release v9.7.11

This commit is contained in:
Xurkon
2026-02-21 23:42:42 -06:00
parent c42945a1f8
commit 94ed16d7f0
86 changed files with 124895 additions and 13 deletions
+2 -3
View File
@@ -1322,9 +1322,8 @@ _RegisterObjectiveTooltips = function(objective, questId, blockItemTooltips)
end
_UnloadAlreadySpawnedIcons = function(objective)
if next(objective.spawnList) then
for id, _ in pairs(objective.spawnList) do
local spawn = objective.AlreadySpawned[id]
if objective.AlreadySpawned and next(objective.AlreadySpawned) then
for id, spawn in pairs(objective.AlreadySpawned) do
if spawn then
for _, mapIcon in pairs(spawn.mapRefs) do
mapIcon:Unload()