diff --git a/FurCContextMenu.lua b/FurCContextMenu.lua
index 440eaf4..b183702 100644
--- a/FurCContextMenu.lua
+++ b/FurCContextMenu.lua
@@ -42,7 +42,7 @@ local function fave() FurC.Fave(cachedItemLink) end
local function postItemSource() FurC.ToChat(FurC.GetItemDescription(cachedItemLink, cachedRecipeArray, true)) end
local function postRecipe() FurC.ToChat(FurC.GetItemLink(cachedRecipeArray.blueprint)) end
local function postRecipeResult() FurC.ToChat(GetItemLinkRecipeResultItemLink(cachedItemLink)) end
-local function postMaterial() FurC.ToChat(itemLink .. ": " .. FurC.GetMats(cachedItemLink, cachedRecipeArray, true)) end
+local function postMaterial() FurC.ToChat(cachedItemLink .. ": " .. FurC.GetMats(cachedItemLink, cachedRecipeArray, true)) end
local function addMenuItems(itemLink, recipeArray)
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index e193694..1d28eac 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## Version: 2.5.4
+## Version: 2.5.5
## APIVersion: 100023
## SavedVariables: FurnitureCatalogue_Settings
## OptionalDependsOn: pChat
diff --git a/data/02_Morrowind/M_LuxuryFurnisher.lua b/data/02_Morrowind/M_LuxuryFurnisher.lua
index 9307e52..ec16e28 100644
--- a/data/02_Morrowind/M_LuxuryFurnisher.lua
+++ b/data/02_Morrowind/M_LuxuryFurnisher.lua
@@ -85,20 +85,6 @@ FurC.LuxuryFurnisher[FURC_MORROWIND] = {
},
- -- July 8 - July 9
- [126562] = { -- Dwarven Crystal Mechanism
- itemPrice = 53571,
- itemDate = "2017-07-07",
- },
- [126563] = { -- Dwarven Orrery, Reference
- itemPrice = 27084,
- itemDate = "2017-07-07",
- },
- [126559] = { -- Dwarven Schematics, technical
- itemPrice = 8125,
- itemDate = "2017-07-07",
- },
-
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index fd9b997..e1c918a 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,23 @@
FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
FurC.LuxuryFurnisher[FURC_ALTMER] = {
+ [126562] = { -- Dwarven Crystal Mechanism
+ itemPrice = 50000,
+ itemDate = "2018-06-23",
+ },
+ [126563] = { -- Dwarven Orrery, Reference
+ itemPrice = 25000,
+ itemDate = "2018-06-23",
+ },
+ [126559] = { -- Dwarven Schematics, technical
+ itemPrice = 8000,
+ itemDate = "2018-06-23",
+ },
+ [139093] = { -- Dwarven Centurion Hammer, Detached
+ itemPrice = 30000,
+ itemDate = "2018-06-23",
+ },
+
--
[126560] = { -- Dwarven fountain, forged
itemPrice = 50000,
diff --git a/data/Rolis.lua b/data/Rolis.lua
index 5443f8d..460d4c3 100644
--- a/data/Rolis.lua
+++ b/data/Rolis.lua
@@ -7,7 +7,6 @@ FurC.Faustina[FURC_ALTMER] = {
[139391] = 10, -- Master Craftsman's Banner, Hanging
[137870] = 125, -- Basic Jewelry Crafting Station
}
-if GetAPIVersion() < 100023 then FurC.Faustina[FURC_ALTMER] = {} end
FurC.FaustinaRecipes[FURC_DRAGONS] = {
@@ -31,7 +30,7 @@ FurC.FaustinaRecipes[FURC_DRAGONS] = {
}
FurC.Faustina[FURC_DRAGONS] = {
- [134675] = 1500,
+ [134675] = 500,
}
FurC.Rolis[FURC_DRAGONS] = {
diff --git a/startup.lua b/startup.lua
index 407d54d..3d0e643 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = "2.5.4"
+FurnitureCatalogue.version = "2.5.5"
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}