From e0b5c51230cbf5207a4b6604d2825d28e7955029 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 14 Jun 2010 18:00:07 -0400 Subject: [PATCH] -Fixed BagSync Versioning issue. --- BagSync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BagSync.lua b/BagSync.lua index 0bc7ff4..34163a0 100644 --- a/BagSync.lua +++ b/BagSync.lua @@ -53,7 +53,7 @@ function BagSync:PLAYER_LOGIN() BINDING_NAME_BAGSYNCTOGGLETOKENS = BAGSYNC_BINDING_TOKEN BINDING_NAME_BAGSYNCTOGGLEPROFILES = BAGSYNC_BINDING_PROFILES - local ver = tonumber(GetAddOnMetadata("BagSync","Version")) or 0 + local ver = GetAddOnMetadata("BagSync","Version") or 0 --initiate the db self:StartupDB() -- 1.7.9.5