diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 32e1d96..498b256 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## Version: 2.5.8
+## Version: 2.5.9
## APIVersion: 100023
## SavedVariables: FurnitureCatalogue_Settings
## OptionalDependsOn: pChat
diff --git a/data/02_Morrowind/M_LuxuryFurnisher.lua b/data/02_Morrowind/M_LuxuryFurnisher.lua
index 1e1d2a8..0ff0c97 100644
--- a/data/02_Morrowind/M_LuxuryFurnisher.lua
+++ b/data/02_Morrowind/M_LuxuryFurnisher.lua
@@ -56,19 +56,6 @@ FurC.LuxuryFurnisher[FURC_MORROWIND] = {
itemDate = "2017-07-28",
},
- -- July 22 - July 23
- [126571] = { -- Daedric Chandelier, Spiked
- itemPrice = 8125,
- itemDate = "2017-07-21",
- },
- [126569] = { -- Daedric Chest, Sealed
- itemPrice = 8125,
- itemDate = "2017-07-21",
- },
- [126570] = { -- Daedric Throne, Skulls
- itemPrice = 0,
- itemDate = "2017-07-21",
- },
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index b0b9a1c..7fd0e3a 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -2,6 +2,29 @@ FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
FurC.LuxuryFurnisher[FURC_ALTMER] = {
+ [139096] = { -- Daedric Urn, Sealed
+ itemPrice = 1000,
+ itemDate = "2018-07-07",
+ },
+ [139095] = { -- Daedric Drinking Bowl, Ritual
+ itemPrice = 650,
+ itemDate = "2018-07-07",
+ },
+ [126571] = { -- Daedric Chandelier, Spiked
+ itemPrice = 8000,
+ itemDate = "2018-07-07",
+ },
+ [126569] = { -- Daedric Chest, Sealed
+ itemPrice = 8000,
+ itemDate = "2018-07-07",
+ },
+ [126570] = { -- Daedric Throne, Skulls
+ itemPrice = 25000,
+ itemDate = "2018-07-07",
+ },
+
+
+
[139094] = { -- Daedric Altar, Periyte
itemPrice = 40000,
itemDate = "2016-06-30",
diff --git a/startup.lua b/startup.lua
index 7b3e2ab..c60c22d 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,12 +1,12 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = "2.5.8"
+FurnitureCatalogue.version = "2.5.9"
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}
FurC = FurnitureCatalogue
-FurC.DevDebug = string.find(GetWorldName(), "PTS") and GetUnitDisplayName("player") == "@manavortex"
+FurC.DevDebug = GetUnitDisplayName("player") == "@manavortex"
FurC.AccountName = GetDisplayName()
FurC.AchievementVendors = {}