Skip to content

Commit 6ccba37

Browse files
committed
Fix an error when resetting transmog cache (fixes #12)
1 parent 8cc2d3d commit 6ccba37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ local name, ns = ...;
44
local Config = {}
55
ns.Config = Config;
66

7+
--- @type TransmogUpgradeMaster
8+
local TUM = ns.core;
9+
710
--- @enum TUM_Config_ModifierKeyOptions
811
Config.modifierKeyOptions = {
912
always = "always",

0 commit comments

Comments
 (0)