2.4.6 Telvanni Tower, Miniature was removed from the game

git [05-26-18 - 15:47]
2.4.6 Telvanni Tower, Miniature was removed from the game
Filename
FurnitureCatalogue.txt
data/RumourRecipes.lua
startup.lua
diff --git a/FurnitureCatalogue.txt b/FurnitureCatalogue.txt
index 93453de..c091306 100644
--- a/FurnitureCatalogue.txt
+++ b/FurnitureCatalogue.txt
@@ -1,6 +1,6 @@
 ## Title: FurnitureCatalogue
 ## Author: manavortex
-## Version: 2.4.5
+## Version: 2.4.6
 ## APIVersion: 100023
 ## SavedVariables: FurnitureCatalogue_Settings
 ## OptionalDependsOn: pChat
diff --git a/data/RumourRecipes.lua b/data/RumourRecipes.lua
index ce4f278..7dc2d7f 100644
--- a/data/RumourRecipes.lua
+++ b/data/RumourRecipes.lua
@@ -34,7 +34,7 @@ FurC.RumourRecipes = {
 	118120, -- Minecart, Push
 	117991, -- Stool, Carved
 	118278, -- Plaque, Bordered Deer Antlers
-	132199, -- Telvanni Tower, Miniature
+	-- 132199, -- Telvanni Tower, Miniature
 	-- 132197, -- Death Skeleton, Shrouded
 	121198, -- Shelf, Poison
 	118304, -- Shelf, Poison
diff --git a/startup.lua b/startup.lua
index 4300d0f..891c6c7 100644
--- a/startup.lua
+++ b/startup.lua
@@ -1,7 +1,7 @@
 FurnitureCatalogue 					= {}
 FurnitureCatalogue.name				= "FurnitureCatalogue"
 FurnitureCatalogue.author			= "manavortex"
-FurnitureCatalogue.version          = "2.4.5"
+FurnitureCatalogue.version          = "2.4.6"
 FurnitureCatalogue.CharacterName	= nil
 FurnitureCatalogue.settings			= {}