3.521

git [06-29-19 - 10:13]
3.521
Filename
FurnitureCatalogue.txt
data/06_2018/LuxuryFurnisher.lua
data/LuxuryFurnisher.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 5f1b771..b7a36c6 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 3.52
+## Version: 3.521
 ## APIVersion: 100027
 ## SavedVariables: FurnitureCatalogue_Settings
 ## DependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibAsync
diff --git a/data/06_2018/LuxuryFurnisher.lua b/data/06_2018/LuxuryFurnisher.lua
index 61c6b32..e192153 100644
--- a/data/06_2018/LuxuryFurnisher.lua
+++ b/data/06_2018/LuxuryFurnisher.lua
@@ -723,23 +723,7 @@ FurC.LuxuryFurnisher[FURC_ALTMER] = {
     itemDate  = "2018-07-07",
   },

-
-    [139094] = { -- Daedric Altar, Periyte
-    itemPrice   = 40000,
-    itemDate  = "2016-06-30",
-  },
-  [126567] = {  -- Daedric Sarcophagus, Sealed
-    itemPrice   = 10000,
-    itemDate  = "2016-06-30",
-  },
-  [126565] = {  -- Daedric Platform, Sarcophagus
-    itemPrice   = 8000,
-    itemDate  = "2016-06-30",
-  },
-  [126566] = {  -- Daedric Brazier, Ritual
-    itemPrice   = 25000,
-    itemDate  = "2016-06-30",
-  },
+



diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 4996f58..f4b94a7 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,27 @@
 FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_KITTY] = {
+
+  [151915] = {    -- Daedric Key, Coldharbour
+    itemPrice   = 5000,
+    itemDate  = "2016-06-30",
+  },
+  [139094] = { -- Daedric Altar, Periyte
+    itemPrice   = 40000,
+    itemDate  = "2016-06-30",
+  },
+  [126567] = {  -- Daedric Sarcophagus, Sealed
+    itemPrice   = 10000,
+    itemDate  = "2016-06-30",
+  },
+  [126565] = {  -- Daedric Platform, Sarcophagus
+    itemPrice   = 8000,
+    itemDate  = "2016-06-30",
+  },
+  [126566] = {  -- Daedric Brazier, Ritual
+    itemPrice   = 25000,
+    itemDate  = "2016-06-30",
+  },

   [147647] = {    -- Dwarven Centurion Blade, Detached
     itemPrice   = 3500,
diff --git a/startup.lua b/startup.lua
index 06e2d1b..4448873 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 3.52
+FurnitureCatalogue.version        = 3.521
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}