|
@@ -56,7 +56,7 @@ namespace NSecondarySkill
|
|
|
|
|
|
namespace EBuildingType
|
|
|
{
|
|
|
- const std::string names [44] =
|
|
|
+ const std::string names [46] =
|
|
|
{
|
|
|
"mageGuild1", "mageGuild2", "mageGuild3", "mageGuild4", "mageGuild5", // 5
|
|
|
"tavern", "shipyard", "fort", "citadel", "castle", // 10
|
|
@@ -66,7 +66,8 @@ namespace EBuildingType
|
|
|
"horde2Upgr", "grail", "extraTownHall", "extraCityHall", "extraCapitol", // 30
|
|
|
"dwellingLvl1", "dwellingLvl2", "dwellingLvl3", "dwellingLvl4", "dwellingLvl5", // 35
|
|
|
"dwellingLvl6", "dwellingLvl7", "dwellingUpLvl1", "dwellingUpLvl2", "dwellingUpLvl3", // 40
|
|
|
- "dwellingUpLvl4", "dwellingUpLvl5", "dwellingUpLvl6", "dwellingUpLvl7"
|
|
|
+ "dwellingUpLvl4", "dwellingUpLvl5", "dwellingUpLvl6", "dwellingUpLvl7", "dwellingLvl8",
|
|
|
+ "dwellingUpLvl8"
|
|
|
};
|
|
|
}
|
|
|
|
|
@@ -163,6 +164,7 @@ namespace MappedKeys
|
|
|
{ "dwellingLvl5", BuildingID::DWELL_LVL_5 },
|
|
|
{ "dwellingLvl6", BuildingID::DWELL_LVL_6 },
|
|
|
{ "dwellingLvl7", BuildingID::DWELL_LVL_7 },
|
|
|
+ { "dwellingLvl8", BuildingID::DWELL_LVL_8 },
|
|
|
{ "dwellingUpLvl1", BuildingID::DWELL_LVL_1_UP },
|
|
|
{ "dwellingUpLvl2", BuildingID::DWELL_LVL_2_UP },
|
|
|
{ "dwellingUpLvl3", BuildingID::DWELL_LVL_3_UP },
|
|
@@ -170,6 +172,7 @@ namespace MappedKeys
|
|
|
{ "dwellingUpLvl5", BuildingID::DWELL_LVL_5_UP },
|
|
|
{ "dwellingUpLvl6", BuildingID::DWELL_LVL_6_UP },
|
|
|
{ "dwellingUpLvl7", BuildingID::DWELL_LVL_7_UP },
|
|
|
+ { "dwellingUpLvl8", BuildingID::DWELL_LVL_8_UP },
|
|
|
};
|
|
|
|
|
|
static const std::map<std::string, BuildingSubID::EBuildingSubID> SPECIAL_BUILDINGS =
|