We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bb187 commit 60fc783Copy full SHA for 60fc783
DungeonTools.lua
@@ -187,9 +187,6 @@ do
187
C_MythicPlus.RequestCurrentAffixes()
188
C_MythicPlus.RequestMapInfo()
189
C_MythicPlus.RequestRewards()
190
- if not MDT then
191
- MDT = DungeonTools
192
- end
193
end)
194
self:UnregisterEvent("PLAYER_ENTERING_WORLD")
195
end
init.lua
@@ -1,5 +1,10 @@
1
local AddonName, MDT = ...
2
_G["DungeonTools"] = MDT
3
+
4
+if not _G["MDT"] then
5
+ _G["MDT"] = MDT
6
+end
7
8
local _L = {}
9
MDT.L = {}
10
local i18nMetaTable = {
0 commit comments