diff --git a/modules/map.lua b/modules/map.lua index 7b361b8f..e47db33c 100644 --- a/modules/map.lua +++ b/modules/map.lua @@ -137,4 +137,6 @@ pfUI:RegisterModule("map", "vanilla:tbc", function () end) end end) + + pfUI.map.loader = pfMapLoader end)