diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index fa66819..fe4c049 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
## Title: FurnitureCatalogue
## Author: manavortex
-## Version: 2.88
+## Version: 2.89
## APIVersion: 10025
## SavedVariables: FurnitureCatalogue_Settings
## DependsOn: LibCustomMenu LibAddonMenu-2.0
diff --git a/data/04_Clockwork/CC_LuxuryFurnisher.lua b/data/04_Clockwork/CC_LuxuryFurnisher.lua
index 1842eee..7cbd52b 100644
--- a/data/04_Clockwork/CC_LuxuryFurnisher.lua
+++ b/data/04_Clockwork/CC_LuxuryFurnisher.lua
@@ -112,17 +112,4 @@ FurC.LuxuryFurnisher[FURC_CLOCKWORK] = {
itemPrice = 3000,
itemDate = "2017-12-08",
},
- -- Dec. 1st
- [134428] = { -- Banker's Sign, Large
- itemPrice = 12000,
- itemDate = "2017-12-01",
- },
- [134429] = { -- Merchant's Sign, Large
- itemPrice = 12000,
- itemDate = "2017-12-01",
- },
- [134430] = { -- Stablemaster's Sign, Large
- itemPrice = 12000,
- itemDate = "2017-12-01",
- },
}
diff --git a/data/LuxuryFurnisher.lua b/data/LuxuryFurnisher.lua
index 2e144db..1d854c1 100644
--- a/data/LuxuryFurnisher.lua
+++ b/data/LuxuryFurnisher.lua
@@ -1,8 +1,27 @@
FurC.LuxuryFurnisher = FurC.LuxuryFurnisher or {}
-
FurC.LuxuryFurnisher[FURC_SLAVES] = {
-
+ [141763] = { -- Banner, Outfit
+ itemPrice = 12000,
+ itemDate = "2017-12-01",
+ },
+ [141764] = { -- Banner, Outfit Small
+ itemPrice = 5000,
+ itemDate = "2017-12-01",
+ },
+ -- Dec. 1st
+ [134428] = { -- Banker's Sign, Large
+ itemPrice = 12000,
+ itemDate = "2017-12-01",
+ },
+ [134429] = { -- Merchant's Sign, Large
+ itemPrice = 12000,
+ itemDate = "2017-12-01",
+ },
+ [134430] = { -- Stablemaster's Sign, Large
+ itemPrice = 12000,
+ itemDate = "2017-12-01",
+ },
-- Nov. 25th
[134424] = { -- Clockwork Gear Display, Bell Jar
diff --git a/startup.lua b/startup.lua
index 005ce05..173e0ef 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
FurnitureCatalogue = {}
FurnitureCatalogue.name = "FurnitureCatalogue"
FurnitureCatalogue.author = "manavortex"
-FurnitureCatalogue.version = 2.88
+FurnitureCatalogue.version = 2.89
FurnitureCatalogue.CharacterName = nil
FurnitureCatalogue.settings = {}