luxury furnisher

git [02-09-19 - 15:38]
luxury furnisher
Filename
FurnitureCatalogue.txt
data/01_Homestead/H_LuxuryFurnisher.lua
data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
data/AchievementVendors.lua
data/LuxuryFurnisher.lua
data/MiscItemSources.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 81f21d7..71e823d 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,7 +1,7 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## AddonVersion: 2.97
-## Version: 2.97
+## AddonVersion: 3.0
+## Version: 3.0
 ## APIVersion: 10025 10026
 ## SavedVariables: FurnitureCatalogue_Settings
 ## DependsOn: LibCustomMenu LibAddonMenu-2.0
diff --git a/data/01_Homestead/H_LuxuryFurnisher.lua b/data/01_Homestead/H_LuxuryFurnisher.lua
index 904f39d..5d7a7a9 100644
--- a/data/01_Homestead/H_LuxuryFurnisher.lua
+++ b/data/01_Homestead/H_LuxuryFurnisher.lua
@@ -35,21 +35,5 @@ FurC.LuxuryFurnisher[FURC_HOMESTEAD] = {
     itemDate  = "2018-02-17",
   },

-  [120798] = {  -- Wedding Blossoms, Blue
-    itemPrice   = 2500,
-    itemDate  = "2018-02-10",
-  },
-  [120800] = {  -- Wedding Curtain
-    itemPrice   = 7500,
-    itemDate  = "2018-02-10",
-  },
-  [120801] = {  -- Wedding Lantern
-    itemPrice   = 5000,
-    itemDate  = "2018-02-10",
-  },
-  [120797] = {  -- Wedding Flower Trellis
-    itemPrice   = 10000,
-    itemDate  = "2018-02-10",
-  },
 }

diff --git a/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua b/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
index 40d05e7..3a9210a 100644
--- a/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
+++ b/data/05_Dragonbones/DragonB_LuxuryFurnisher.lua
@@ -235,10 +235,6 @@ FurC.LuxuryFurnisher[FURC_DRAGONS] = {
     itemPrice   = 100000,
     itemDate  = "2018-03-03",
   },
-  [117876] = {  -- Wedding Curtain, Wide
-    itemPrice   = 7500,
-    itemDate  = "2018-02-10",
-  },
   [117875] = {  -- Wedding Gazebo, Bare
     itemPrice   = 35000,
     itemDate  = "2018-02-17",
diff --git a/data/AchievementVendors.lua b/data/AchievementVendors.lua
index 5e0b43d..b110c7e 100644
--- a/data/AchievementVendors.lua
+++ b/data/AchievementVendors.lua
@@ -158,6 +158,14 @@ FurC.AchievementVendors[FURC_WEREWOLF] = {
       },
     }
   },
+  ["Reaper's March, Rawl'Kha, Market"] = {
+
+    [GetString(FURC_AV_MAL)] = {
+      [120658] = {        -- Tree, Forked Sturdy
+        itemPrice   = 250,
+      },
+    }
+  },
 }

 FurC.AchievementVendors[FURC_ALTMER] = {
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index e262b27..34fd1d7 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,6 +1,31 @@
 FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}

 FurC.LuxuryFurnisher[FURC_SLAVES] = {
+  [145468] = {    -- Wedding Lantern, Hanging
+    itemPrice   = 5000,
+    itemDate  = "2019-02-09",
+  },
+  [117876] = {  -- Wedding Curtain, Wide
+    itemPrice   = 7500,
+    itemDate  = "2019-02-09",
+  },
+  [120798] = {  -- Wedding Blossoms, Blue
+    itemPrice   = 2500,
+    itemDate  = "2019-02-09",
+  },
+  [120800] = {  -- Wedding Curtain
+    itemPrice   = 7500,
+    itemDate  = "2019-02-09",
+  },
+  [120801] = {  -- Wedding Lantern
+    itemPrice   = 5000,
+    itemDate  = "2019-02-09",
+  },
+  [120797] = {  -- Wedding Flower Trellis
+    itemPrice   = 10000,
+    itemDate  = "2019-02-09",
+  },
+
   [141769] = {    -- Ayleid Constellation Stele, The Atronach
     itemPrice   = 20000,
     itemDate  = "2018-02-02",
diff --git a/data/MiscItemSources.lua b/data/MiscItemSources.lua
index e58cdca..3052c4c 100644
--- a/data/MiscItemSources.lua
+++ b/data/MiscItemSources.lua
@@ -486,7 +486,6 @@ FurC.MiscItemSources[FURC_WEREWOLF] = {
     [130213] = getCrownPrice(430),                  -- Ayleid Cage, Hanging
     [130224] = getCrownPrice(180),                  -- Reachmen Rug, Smooth Skin
     [126830] = getCrownPrice(10),                   -- Mushrooms, Volcanic Cluster
-    [120658] = getCrownPrice(70),                   -- Tree, Forked Sturdy
     [120631] = getCrownPrice(5),                    -- Pebble, Stacked Mossy
     [134326] = getCrownPrice(260),                  -- Clockwork Pump, Horizontal
     [134330] = getCrownPrice(490),                  -- Clockwork Control Panel, Double
diff --git a/startup.lua b/startup.lua
index 146a475..8bbe3ef 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue                = {}
 FurnitureCatalogue.name           = "FurnitureCatalogue"
 FurnitureCatalogue.author         = "manavortex"
-FurnitureCatalogue.version        = 2.97
+FurnitureCatalogue.version        = 3.0
 FurnitureCatalogue.CharacterName  = nil
 FurnitureCatalogue.settings       = {}