From 0d86158898c4094882bb908f4a7e879987f85ada Mon Sep 17 00:00:00 2001 From: "(rowaasr13) Oleg V. Volkov" Date: Fri, 9 May 2025 07:14:39 +0300 Subject: [PATCH] ignore parent's IsCollected for Relics so they won't be treated as collected just for their achievement --- plugins/09_Shadowlands/zones/korthia.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/09_Shadowlands/zones/korthia.lua b/plugins/09_Shadowlands/zones/korthia.lua index 82c540998..6aa62158a 100644 --- a/plugins/09_Shadowlands/zones/korthia.lua +++ b/plugins/09_Shadowlands/zones/korthia.lua @@ -468,6 +468,8 @@ local Relic = Class('Relic', ns.node.Treasure, { end }) +Relic.IsCollected = function() return false end + ------------------------------------------------------------------------------- -- GHO: 40914788