switching descriptions

This commit is contained in:
Alister
2021-12-26 15:33:54 +00:00
parent e01391898c
commit f750690340
2 changed files with 3 additions and 3 deletions

View File

@@ -337,8 +337,8 @@ void MapCreationWizard::selectMap(int map_id)
_instance_type->setCurrentIndex(std::atoi(instanceType.c_str()));
_map_name->fill(record, "MapName_lang");
_map_desc_alliance->fill(record, "MapDescription0_lang");
_map_desc_horde->fill(record, "MapDescription1_lang");
_map_desc_alliance->fill(record, "MapDescription1_lang");
_map_desc_horde->fill(record, "MapDescription0_lang");
_area_table_id->setValue(std::atoi(areaTableId.c_str()));