mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 08:36:04 +00:00
turtle-wow: skip map on cartographer and metamap
This commit is contained in:
@@ -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")()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user