2.4.8 luxury furnisher, Summerset fishing items, fixed a missing GetString for enchanter achievement vendors

git [06-02-18 - 04:55]
2.4.8 luxury furnisher, Summerset fishing items, fixed a missing GetString for enchanter achievement vendors
Filename
FurnitureCatalogue.txt
data/01_Homestead/H_AchievementVendors.lua
data/02_Morrowind/M_LuxuryFurnisher.lua
data/LuxuryFurnisher.lua
data/MiscItemSources.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 4e80ea9..023dd55 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.4.7
+## Version: 2.4.8
 ## APIVersion: 100023
 ## SavedVariables: FurnitureCatalogue_Settings
 ## OptionalDependsOn: pChat
diff --git a/data/01_Homestead/H_AchievementVendors.lua b/data/01_Homestead/H_AchievementVendors.lua
index c4be22c..dae5709 100644
--- a/data/01_Homestead/H_AchievementVendors.lua
+++ b/data/01_Homestead/H_AchievementVendors.lua
@@ -2354,7 +2354,7 @@ FurC.AchievementVendors[FURC_HOMESTEAD] = {
 	},

 	["any city"] = {
-		[FURC_AV_ENC] = {
+		[GetString(FURC_AV_ENC)] = {
 			[120050] = { -- Enchanter's Sign
 				itemPrice 	= 5000,
 			},
diff --git a/data/02_Morrowind/M_LuxuryFurnisher.lua b/data/02_Morrowind/M_LuxuryFurnisher.lua
index 5f2b013..ae771c5 100644
--- a/data/02_Morrowind/M_LuxuryFurnisher.lua
+++ b/data/02_Morrowind/M_LuxuryFurnisher.lua
@@ -133,22 +133,6 @@ FurC.LuxuryFurnisher[FURC_MORROWIND] = {
 		itemDate	= "2017-06-23",
 	},

-	-- June, 16
-
-	[120837] = {	-- Brotherhood Window, Stained Glass
-		itemPrice 	= 107143,
-		itemDate	= "2017-06-16",
-	},
-
-	[121271] = {	-- Brotherhood Tapestry
-		itemPrice 	= 10834,
-		itemDate	= "2017-06-16",
-	},
-
-	[120835] = {	-- Brotherhood Candelabra, Table
-		itemPrice 	= 2500,
-		itemDate	= "2017-06-16",
-	},


 }
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index c8bdbc0..d9b92e4 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,5 +1,25 @@
 FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
 FurC.LuxuryFurnisher[FURC_ALTMER] = {
+
+	[134845] = {	-- Brotherhood  Tapestry, Small
+		itemPrice 	= ,
+		itemDate	= "2018-06-02",
+	},
+
+	[120837] = {	-- Brotherhood Window, Stained Glass
+		itemPrice 	= 100000,
+		itemDate	= "2018-06-02",
+	},
+
+	[121271] = {	-- Brotherhood Tapestry
+		itemPrice 	= 10000,
+		itemDate	= "2018-06-02",
+	},
+
+	[120835] = {	-- Brotherhood Candelabra, Table
+		itemPrice 	= 2500,
+		itemDate	= "2018-06-02",
+	},


 	[134844] = {	-- Ra Gada Statue, Forward Scout
diff --git a/data/MiscItemSources.lua b/data/MiscItemSources.lua
index 0a5ae37..a8d3643 100644
--- a/data/MiscItemSources.lua
+++ b/data/MiscItemSources.lua
@@ -44,12 +44,13 @@ end

 FurC.MiscItemSources[FURC_ALTMER] = {
     [FURC_CROWN] = {
-        [130206] = getCrownStorePriceString(370), 	-- Ayleid Apparatus, Welkynd
+        [130206] = getCrownStorePriceString(370), 	                -- Ayleid Apparatus, Welkynd
     },
     [FURC_DROP] = {
-        [139066] = GetString(SI_FURC_HARVEST),      -- Plant, Redtop Grass
+        [139066] = GetString(SI_FURC_HARVEST),                      -- Plant, Redtop Grass

-        [139060] = GetString(SI_FURC_GEYSIR),  -- Giant Clam, Ancient
+        [139060] = GetString(SI_FURC_GEYSIR),                       -- Giant Clam, Ancient
+        [139073] = GetString(SI_FURC_QUESTREWARD) .. "Lilandril"    -- Painting of Summerset Coast, Refined
     },
     [FURC_FISHING] = {
         [139080] = FURC_FISHING_SUMMERSET,  -- Coral Formation, Ancient Pillar Polyps
@@ -57,6 +58,9 @@ FurC.MiscItemSources[FURC_ALTMER] = {
         [139081] = FURC_FISHING_SUMMERSET,  -- Plant, Sea Grapes
         [139084] = FURC_FISHING_SUMMERSET,  -- Plants, Pearlwort Cluster
         [139085] = FURC_FISHING_SUMMERSET,  -- Plants, Pearlwort Cluster
+        [139068] = FURC_FISHING_SUMMERSET,  -- Plants, Springwheeze
+        [139077] = FURC_FISHING_SUMMERSET,  -- Coral Formation, Bulwark
+        [139078] = FURC_FISHING_SUMMERSET,  -- Coral Formation, Pillar Polyps
     }

 } -- Reach
diff --git a/startup.lua b/startup.lua
index 2fa7ef9..4f889ea 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue 					= {}
 FurnitureCatalogue.name				= "FurnitureCatalogue"
 FurnitureCatalogue.author			= "manavortex"
-FurnitureCatalogue.version          = "2.4.7"
+FurnitureCatalogue.version          = "2.4.8"
 FurnitureCatalogue.CharacterName	= nil
 FurnitureCatalogue.settings			= {}