luxury furnisher

git [01-05-19 - 10:47]
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 2318a4b..3af5d89 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,7 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.93
+## AddonVersion: 2.94
+## Version: 2.94
 ## 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 7a0a9b1..e28bc78 100644
--- a/data/04_Clockwork/CC_LuxuryFurnisher.lua
+++ b/data/04_Clockwork/CC_LuxuryFurnisher.lua
@@ -36,20 +36,4 @@ FurC.LuxuryFurnisher[FURC_CLOCKWORK] = {
     itemPrice   = 7500,
     itemDate  = "2018-01-12",
   },
-  [134453] = {  -- Ancient Orcish Counterweight
-    itemPrice   = 20000,
-    itemDate  = "2018-01-05",
-  },
-  [134450] = {  -- Seal of Clan Morkul, Stone
-    itemPrice   = 4000,
-    itemDate  = "2018-01-05",
-  },
-  [134451] = {  -- Seal of Clan Shatul, Stone
-    itemPrice   = 4000,
-    itemDate  = "2018-01-05",
-  },
-  [134452] = {  -- Seal of Clan Tumnosh, Stone
-    itemPrice   = 4000,
-    itemDate  = "2018-01-05",
-  },
 }
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 4a4af73..d25f15f 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -2,6 +2,35 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_SLAVES] = {

+  [134453] = {  -- Ancient Orcish Counterweight
+    itemPrice   = 20000,
+    itemDate  = "2019-01-05",
+  },
+  [134450] = {  -- Seal of Clan Morkul, Stone
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+  [134451] = {  -- Seal of Clan Shatul, Stone
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+  [134452] = {  -- Seal of Clan Tumnosh, Stone
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+  [134454] = {    -- Seal of Clan Morkul, Metal
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+  [134455] = {    -- Seal of Clan Shatul, Metal
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+  [134456] = {    -- Seal of Clan Tumnosh, Metal
+    itemPrice   = 4000,
+    itemDate  = "2019-01-05",
+  },
+
   -- Dec. 30thst
   [134442] = {  -- Seal of Clan Bagrakh, Stone
     itemPrice   = 4000,
diff --git a/startup.lua b/startup.lua
index 5471050..4946c95 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 2.93
+FurnitureCatalogue.version        = 2.94
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}