Filename | |
---|---|
Clique.lua |
diff --git a/Clique.lua b/Clique.lua index c32f1d7..0e68db1 100755 --- a/Clique.lua +++ b/Clique.lua @@ -151,7 +151,7 @@ end addon.regqueue = {} function addon:RegisterFrame(button) if InCombatLockdown() then - table.insert(regqueue, button) + table.insert(self.regqueue, button) return end