From 6cddc3459190f4607df466907761bea5b40ce6ba Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 17 Jan 2011 12:15:52 -0500 Subject: [PATCH] -small position check fix --- XanEXP.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XanEXP.lua b/XanEXP.lua index 5201e98..9bab593 100644 --- a/XanEXP.lua +++ b/XanEXP.lua @@ -17,6 +17,11 @@ function f:PLAYER_LOGIN() if not XanEXP_DB then XanEXP_DB = {} end if XanEXP_DB.bgShown == nil then XanEXP_DB.bgShown = 1 end if XanEXP_DB.scale == nil then XanEXP_DB.scale = 1 end + --check for old db + if XanEXP_DB["XanEXP"] then + XanEXP_DB["xanEXP"] = XanEXP_DB["XanEXP"] + XanEXP_DB["XanEXP"] = nil + end self:CreateEXP_Frame() self:RestoreLayout("xanEXP") -- 1.7.9.5