From dc84e8e3641fdb578289d0e95538cc5f2e5b77ae Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:36:36 -0700 Subject: [PATCH] mythicdungeon: fix lua error --- functions/mythicdungeon/mythicdungeon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mythicdungeon/mythicdungeon.lua b/functions/mythicdungeon/mythicdungeon.lua index f6b2355c..0595e066 100644 --- a/functions/mythicdungeon/mythicdungeon.lua +++ b/functions/mythicdungeon/mythicdungeon.lua @@ -238,7 +238,7 @@ function DetailsMythicPlusFrame.EventListener.OnDetailsEvent(contextObject, even --tag the combat as mythic dungeon trash local instanceMapID = activeKeystone and activeKeystone.dungeonID - local zoneName = instanceMapID and GetLFGDungeonInfoByID(instanceMapID) + local zoneName = instanceMapID and GetLFGDungeonInfo(instanceMapID) ---@type mythicdungeoninfo local mythicPlusInfo = {