diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 9e4a6cb..d9f8f68 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,7 +1,7 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## Version: 2.5.16
-## APIVersion: 100023
+## Version: 2.5.17
+## APIVersion: 100023 100024
## SavedVariables: FurnitureCatalogue_Settings
## OptionalDependsOn: pChat
diff --git a/data/03_Reach/HotR_LuxuryFurnisher.lua b/data/03_Reach/HotR_LuxuryFurnisher.lua
index 87d4752..7fc7dfd 100644
--- a/data/03_Reach/HotR_LuxuryFurnisher.lua
+++ b/data/03_Reach/HotR_LuxuryFurnisher.lua
@@ -160,23 +160,4 @@ FurC.LuxuryFurnisher[FURC_REACH] = {
itemDate = "2017-08-25",
},
- -- August 19-20
- [126579] = { -- Velothi Altar, Sacrificial
- itemPrice = 10834,
- itemDate = "2017-08-18",
- },
- [126576] = { -- Velothi Kneeler, Prayer
- itemPrice = 3000,
- itemDate = "2017-08-18",
- },
-
- [126577] = { -- Velothi Podium of Recitation
- itemPrice = 37500,
- itemDate = "2017-08-18",
- },
-
- [126578] = { -- Velothi Burial Urn
- itemPrice = 10834,
- itemDate = "2017-08-18",
- },
}
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index d1d03ea..ed06a30 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,28 @@
FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
FurC.LuxuryFurnisher[FURC_ALTMER] = {
-
+
+ [139100] = { -- Dark Elf Ash Garden, Familial
+ itemPrice = 10000,
+ itemDate = "2018-08-04",
+ },
+ [126579] = { -- Velothi Altar, Sacrificial
+ itemPrice = 10834,
+ itemDate = "2018-08-04",
+ },
+ [126576] = { -- Velothi Kneeler, Prayer
+ itemPrice = 3000,
+ itemDate = "2018-08-04",
+ },
+
+ [126577] = { -- Velothi Podium of Recitation
+ itemPrice = 37500,
+ itemDate = "2018-08-04",
+ },
+
+ [126578] = { -- Velothi Burial Urn
+ itemPrice = 10834,
+ itemDate = "2018-08-04",
+ },
-- August 5+6
[126573] = { -- Velothi Candle, Mourning
diff --git a/startup.lua b/startup.lua
index d728c74..f4b0bae 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = "2.5.16"
+FurnitureCatalogue.version = "2.5.17"
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}