diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 99c0062..495332b 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,7 +1,7 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## AddonVersion: 3.21
-## Version: 3.21
+## AddonVersion: 3.211
+## Version: 3.211
## APIVersion: 10026
## SavedVariables: FurnitureCatalogue_Settings
## DependsOn: LibStub LibCustomMenu LibAddonMenu-2.0 LibAsync
diff --git a/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua b/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
index eb76bdb..1f2ac2a 100644
--- a/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
+++ b/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
@@ -199,25 +199,5 @@ FurC.LuxuryFurnisher[FURC_DRAGONS] = {
itemPrice = 7500,
itemDate = "2018-03-31",
},
- [121268] = { -- Fisher's Catch of the Day Rack
- itemPrice = 5000,
- itemDate = "2018-03-10",
- },
- [120850] = { -- Harbor Floats
- itemPrice = 5000,
- itemDate = "2018-03-10",
- },
- [120846] = { -- Dock Rope Wheel
- itemPrice = 3000,
- itemDate = "2018-03-10",
- },
- [134827] = { -- Mooring Line, Coiled
- itemPrice = 7500,
- itemDate = "2018-03-10",
- },
- [134826] = { -- Mooring Line, Tidy
- itemPrice = 5000,
- itemDate = "2018-03-10",
- },
}
diff --git a/data/100026.lua b/data/100026.lua
index e92527c..e86cb21 100644
--- a/data/100026.lua
+++ b/data/100026.lua
@@ -15,17 +15,6 @@ FurC.AchievementVendors[FURC_WOTL] = {
},
},
}
-
-FurC.Recipes[FURC_WOTL] = {
-
- 147656, -- Dark Elf Tent, Canopy,
- 147657, -- Hlaalu Stove, Chiminea,
- 147651, -- Silver Kettle, Masterworked,
- 147652, -- Frog-Caller, Untuned,
- 147653, -- Pottery Wheel, Ever-Turning,
- 147654, -- Alchemical Apparatus, Condens
- 147655, -- Hlaalu Salt Lamp, Enchanted,
-}
local rumourSource = GetString(SI_FURC_RUMOUR_SOURCE_ITEM)
FurC.MiscItemSources[FURC_WOTL] = {
@@ -90,9 +79,6 @@ FurC.MiscItemSources[FURC_WOTL] = {
[134474] = rumourSource, -- Banner, Malacath,
[147664] = rumourSource, -- Dwarven Dais, Conduit,
[147599] = rumourSource, -- Banner of Namira,
- [147598] = rumourSource, -- Hlaalu Stove, Chiminea,
- [147597] = rumourSource, -- Dark Elf Tent, Canopy,
- [147593] = rumourSource, -- Frog-Caller, Untuned,
[147584] = rumourSource, -- Dwarven Rack, Spider Legs,
[120857] = rumourSource, -- Yokudan Sarcophagus Lid,
[147505] = rumourSource, -- Music Box, \"Y'ffre in Every Leaf\",
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 2230167..0793f99 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,32 @@
FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
FurC.LuxuryFurnisher[FURC_WOTL] = {
+ [145472] = { -- Antler Coral, Crimson
+ itemPrice = 50000,
+ itemDate = "2019-03-10",
+ },
+ [121268] = { -- Fisher's Catch of the Day Rack
+ itemPrice = 5000,
+ itemDate = "2019-03-10",
+ },
+ [120850] = { -- Harbor Floats
+ itemPrice = 5000,
+ itemDate = "2019-03-10",
+ },
+ [120846] = { -- Dock Rope Wheel
+ itemPrice = 3000,
+ itemDate = "2019-03-10",
+ },
+ [134827] = { -- Mooring Line, Coiled
+ itemPrice = 7500,
+ itemDate = "2019-03-10",
+ },
+ [134826] = { -- Mooring Line, Tidy
+ itemPrice = 5000,
+ itemDate = "2019-03-10",
+ },
+
+
[120807] = { -- Hew's Bane Well
itemPrice = 10000,
itemDate = "2018-03-02",
diff --git a/data/Rolis.lua b/data/Rolis.lua
index 2ebeab7..b51a82b 100644
--- a/data/Rolis.lua
+++ b/data/Rolis.lua
@@ -10,14 +10,25 @@ FurC.Faustina[FURC_ALTMER] = {
}
-FurC.RolisRecipes[FURC_DRAGONS] = {
- [141904] = 125, -- Blueprint: Alinor Bookshelf, Grand Full,
- [141905] = 125, -- Praxis: Alinor Gaming Table, Punctilious Conflict,
- [141906] = 125, -- Formula: Artist's Palette, Pigment,
- [141907] = 125, -- Design: Alinor Grape Stomping Tub,
- [141901] = 125, -- Pattern: Psijic Banner, Long,
- [141903] = 125, -- Pattern: Alinor Bed, Levitating,
- [141902] = 125, -- Schematic: Relic Vault, Impenetrable,
+FurC.RolisRecipes[FURC_WOTL] = {
+
+ [147656] = 125, -- Dark Elf Tent, Canopy,
+ [147657] = 125, -- Hlaalu Stove, Chiminea,
+ [147651] = 125, -- Silver Kettle, Masterworked,
+ [147652] = 125, -- Frog-Caller, Untuned,
+ [147653] = 125, -- Pottery Wheel, Ever-Turning,
+ [147654] = 125, -- Alchemical Apparatus, Condens
+ [147655] = 125, -- Hlaalu Salt Lamp, Enchanted,
+
+}
+FurC.FaustinaRecipes[FURC_DRAGONS] = {
+ [141904] = 100, -- Blueprint: Alinor Bookshelf, Grand Full,
+ [141905] = 100, -- Praxis: Alinor Gaming Table, Punctilious Conflict,
+ [141906] = 100, -- Formula: Artist's Palette, Pigment,
+ [141907] = 100, -- Design: Alinor Grape Stomping Tub,
+ [141901] = 100, -- Pattern: Psijic Banner, Long,
+ [141903] = 100, -- Pattern: Alinor Bed, Levitating,
+ [141902] = 100, -- Schematic: Relic Vault, Impenetrable,
}
FurC.FaustinaRecipes[FURC_DRAGONS] = {
diff --git a/startup.lua b/startup.lua
index 8b69af7..10e9f74 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = 3.21
+FurnitureCatalogue.version = 3.211
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}