From 8027650f4a84df48bf5e76ab9fa9626dccd1e43a Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Sat, 28 Oct 2017 00:22:14 +0300 Subject: [PATCH] Hide Dungeon horde1Upgr in town hall --- config/factions/dungeon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/factions/dungeon.json b/config/factions/dungeon.json index 62fdad16f..a46d08ebe 100644 --- a/config/factions/dungeon.json +++ b/config/factions/dungeon.json @@ -129,7 +129,7 @@ [ [ [ "villageHall", "townHall", "cityHall", "capitol" ], [ "fort", "citadel", "castle" ], [ "tavern" ], [ "blacksmith" ] ], [ [ "marketplace", "resourceSilo" ], [ "mageGuild1", "mageGuild2", "mageGuild3", "mageGuild4", "mageGuild5" ], [ "special2" ], [ "special3" ] ], - [ [ "special1" ], [ "special4" ], [ "horde1", "horde1Upgr" ] ], + [ [ "special1" ], [ "special4" ], [ "horde1" ] ], [ [ "dwellingLvl1", "dwellingUpLvl1" ], [ "dwellingLvl2", "dwellingUpLvl2" ], [ "dwellingLvl3", "dwellingUpLvl3" ], [ "dwellingLvl4", "dwellingUpLvl4" ] ], [ [ "dwellingLvl5", "dwellingUpLvl5" ], [ "dwellingLvl6", "dwellingUpLvl6" ], [ "dwellingLvl7", "dwellingUpLvl7" ] ] ],