From f8de8ed96d9d39b9d4d363cea33b12fc3580ecf2 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 13 Oct 2010 11:38:22 +0100 Subject: [PATCH] Force a saved variables reset to fix the 'blizzframes' issue --- Clique.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clique.lua b/Clique.lua index 5cfc720..b268764 100755 --- a/Clique.lua +++ b/Clique.lua @@ -152,7 +152,7 @@ end -- forward from this point. The database consists of two sections: -- * settings - used to handle the basic options Clique uses -- * profiles - used for the binding configuration profiles, possibly shared -local current_db_version = 4 +local current_db_version = 5 function addon:InitializeDatabase() local realmKey = GetRealmName() local charKey = UnitName("player") .. " - " .. realmKey -- 1.7.9.5