From 6e94b2f1b764580ed5ea838ee422dbd6e7e95dc3 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 3 Oct 2023 14:02:22 +0200 Subject: [PATCH] turtle-wow: skip map on cartographer and metamap --- modules/turtle-wow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index e2290bfe..6ab79007 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -7,7 +7,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function () this:Hide() -- disable turtle wow's map window implementation - if pfUI.map then + if pfUI.map and not Cartographer and not METAMAP_TITLE then _G.WorldMapFrame_Maximize() pfUI.map.loader:GetScript("OnEvent")()