wasd

git [01-12-19 - 13:48]
wasd
Filename
FurnitureCatalogue.txt
data/04_Clockwork/CC_LuxuryFurnisher.lua
data/LuxuryFurnisher.lua
data/MiscItemSources.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 3af5d89..0f4dd3e 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,7 +1,7 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## AddonVersion: 2.94
-## Version: 2.94
+## AddonVersion: 2.95
+## Version: 2.95
 ## 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 e28bc78..b0576fe 100644
--- a/data/04_Clockwork/CC_LuxuryFurnisher.lua
+++ b/data/04_Clockwork/CC_LuxuryFurnisher.lua
@@ -24,16 +24,5 @@ FurC.LuxuryFurnisher[FURC_CLOCKWORK] = {
     itemPrice  = 450,
     itemDate  = "2018-01-19",
   },
-  [134457] = {  -- Riekling Bedding, Icy Straw
-    itemPrice   = 2500,
-    itemDate  = "2018-01-12",
-  },
-  [134458] = {  -- Riekling Pelt, Boar
-    itemPrice   = 4000,
-    itemDate  = "2018-01-12",
-  },
-  [134459] = {  -- Riekling Pit, Ash and Bone
-    itemPrice   = 7500,
-    itemDate  = "2018-01-12",
-  },
+
 }
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index d25f15f..3edc492 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -2,6 +2,23 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_SLAVES] = {

+  [134460] = {    -- Riekling Lean-To, Boar Pelt
+    itemPrice   = 4000,
+    itemDate  = "2019-01-12",
+  },
+  [134457] = {  -- Riekling Bedding, Icy Straw
+    itemPrice   = 2500,
+    itemDate  = "2019-01-12",
+  },
+  [134458] = {  -- Riekling Pelt, Boar
+    itemPrice   = 4000,
+    itemDate  = "2019-01-12",
+  },
+  [134459] = {  -- Riekling Pit, Ash and Bone
+    itemPrice   = 7500,
+    itemDate  = "2019-01-12",
+  },
+
   [134453] = {  -- Ancient Orcish Counterweight
     itemPrice   = 20000,
     itemDate  = "2019-01-05",
diff --git a/data/MiscItemSources.lua b/data/MiscItemSources.lua
index 3a13bc3..6542cf9 100644
--- a/data/MiscItemSources.lua
+++ b/data/MiscItemSources.lua
@@ -404,7 +404,7 @@ FurC.MiscItemSources[FURC_WEREWOLF] = {
     [134248] = dataminedUnclear,  -- Grand Mnemograph
     [134249] = dataminedUnclear,  -- Sotha Sil, The Clockwork God

-    [134460] = dataminedUnclear,  -- Riekling Lean-To, Boar Pelt
+
     [134464] = dataminedUnclear,  -- Riekling Bonfire, Ceremonial
     [130090] = dataminedUnclear,  -- Daedric Sconce, Molag Bal
     [121023] = dataminedUnclear,  -- Tree, Strong Olive
diff --git a/startup.lua b/startup.lua
index 4946c95..004ae9a 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 2.94
+FurnitureCatalogue.version        = 2.95
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}