2.80, hopefully fixed all the errors
manavortex [10-02-18 - 06:38]
2.80, hopefully fixed all the errors
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index c14ab69..09e1df8 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## Version: 2.63
+## Version: 2.8
## APIVersion: 100024
## SavedVariables: FurnitureCatalogue_Settings
## OptionalDependsOn: pChat
diff --git a/startup.lua b/startup.lua
index a494407..8f084b9 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = 2.63
+FurnitureCatalogue.version = 2.80
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}
@@ -263,7 +263,8 @@ function FurnitureCatalogue_Initialize(eventCode, addOnName)
FurC.RegisterEvents()
FurC.InitGui()
-
FurnitureCatalogue.CreateTooltips()
+
+ FurnitureCatalogue.CreateTooltips()
FurC.InitRightclickMenu()
FurC.SetupInventoryRecipeIcons()