turtle-wow: skip map on cartographer and metamap

This commit is contained in:
shagu
2023-10-03 14:02:22 +02:00
parent 368bcac0ff
commit 6e94b2f1b7
+1 -1
View File
@@ -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")()