the usual

git [12-29-18 - 13:02]
the usual
Filename
FurnitureCatalogue.txt
data/04_Clockwork/CC_LuxuryFurnisher.lua
data/LuxuryFurnisher.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 5816d47..2318a4b 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.92
+## Version: 2.93
 ## 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 e8548a9..7a0a9b1 100644
--- a/data/04_Clockwork/CC_LuxuryFurnisher.lua
+++ b/data/04_Clockwork/CC_LuxuryFurnisher.lua
@@ -52,25 +52,4 @@ FurC.LuxuryFurnisher[FURC_CLOCKWORK] = {
     itemPrice   = 4000,
     itemDate  = "2018-01-05",
   },
-  -- Dec. 30thst
-  [134442] = {  -- Seal of Clan Bagrakh, Stone
-    itemPrice   = 4000,
-    itemDate  = "2017-12-29",
-  },
-  [134443] = {  -- Seal of Clan Fharun, Stone
-    itemPrice   = 4000,
-    itemDate  = "2017-12-29",
-  },
-  [134444] = {  -- Seal of Clan Igrun, Stone
-    itemPrice   = 4000,
-    itemDate  = "2017-12-29",
-  },
-  [134446] = {  -- Ancient Orcish Sarcophagus Lid
-    itemPrice   = 10000,
-    itemDate  = "2017-12-29",
-  },
-  [134445] = {  -- Ancient Orcish Sarcophagus, Peaked
-    itemPrice   = 14000,
-    itemDate  = "2017-12-29",
-  },
 }
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 72a0c89..4a4af73 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -2,6 +2,42 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_SLAVES] = {

+  -- Dec. 30thst
+  [134442] = {  -- Seal of Clan Bagrakh, Stone
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+  [134443] = {  -- Seal of Clan Fharun, Stone
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+  [134444] = {  -- Seal of Clan Igrun, Stone
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+  [134447] = {    -- Seal of Clan Bagrakh, Metal
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+  [134448] = {    -- Seal of Clan Fharun, Metal
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+  [134449] = {    -- Seal of Clan Igrun, Metal
+    itemPrice   = 4000,
+    itemDate    = "2018-12-29",
+  },
+
+
+  [134446] = {  -- Ancient Orcish Sarcophagus Lid
+    itemPrice   = 10000,
+    itemDate  = "2018-12-29",
+  },
+  [134445] = {  -- Ancient Orcish Sarcophagus, Peaked
+    itemPrice   = 14000,
+    itemDate  = "2018-12-29",
+  },
+
   -- Dec. 23rd
   [134439] = {  -- Clockwork Alchemy Flask
     itemPrice   = 3000,
diff --git a/startup.lua b/startup.lua
index 99832ec..5471050 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 2.92
+FurnitureCatalogue.version        = 2.93
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}