luxury furnisher!

git [12-08-18 - 12:06]
luxury furnisher!
Filename
FurnitureCatalogue.txt
data/04_Clockwork/CC_LuxuryFurnisher.lua
data/LuxuryFurnisher.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index fe4c049..a68f60c 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.89
+## Version: 2.90
 ## APIVersion: 10025
 ## SavedVariables: FurnitureCatalogue_Settings
 ## DependsOn: LibCustomMenu LibAddonMenu-2.0
diff --git a/data/04_Clockwork/CC_LuxuryFurnisher.lua b/data/04_Clockwork/CC_LuxuryFurnisher.lua
index 7cbd52b..3ee2d34 100644
--- a/data/04_Clockwork/CC_LuxuryFurnisher.lua
+++ b/data/04_Clockwork/CC_LuxuryFurnisher.lua
@@ -99,17 +99,4 @@ FurC.LuxuryFurnisher[FURC_CLOCKWORK] = {
     itemPrice   = 450,
     itemDate  = "2017-12-15",
   },
-  -- Dec. 8th
-  [134432] = {  -- Banker's Sign, Small
-    itemPrice   = 3000,
-    itemDate  = "2017-12-08",
-  },
-  [134431] = {  -- Merchant's Sign, Small
-    itemPrice   = 3000,
-    itemDate  = "2017-12-08",
-  },
-  [134433] = {  -- Stablemaster's Sign, Small
-    itemPrice   = 3000,
-    itemDate  = "2017-12-08",
-  },
 }
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 1d854c1..0062701 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,30 @@
 FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_SLAVES] = {
+
+  -- Dec. 8th
+  [134432] = {  -- Banker's Sign, Small
+    itemPrice   = 3000,
+    itemDate  = "2018-12-08",
+  },
+  [134431] = {  -- Merchant's Sign, Small
+    itemPrice   = 3000,
+    itemDate  = "2018-12-08",
+  },
+  [134433] = {  -- Stablemaster's Sign, Small
+    itemPrice   = 3000,
+    itemDate  = "2018-12-08",
+  },
+  [141765] = {    -- Banner, Transmute
+    itemPrice   = 12000,
+    itemDate  = "2018-12-08",
+  },
+  [141766] = {    -- Banner, Transmute Small
+    itemPrice   = 5000,
+    itemDate  = "2018-12-08",
+  },
+
+
   [141763] = {    -- Banner, Outfit
     itemPrice   = 12000,
     itemDate  = "2017-12-01",
diff --git a/startup.lua b/startup.lua
index 173e0ef..55ea2e4 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 2.89
+FurnitureCatalogue.version        = 2.90
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}