mythicdungeon: fix lua error
This commit is contained in:
parent
a034ddfa3e
commit
dc84e8e364
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue