diff options
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/map_extractor/System.cpp | 2 | ||||
-rw-r--r-- | src/tools/map_extractor/loadlib/DBFilesClientList.h | 2 | ||||
-rw-r--r-- | src/tools/vmap4_extractor/vmapexport.cpp | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 1288955a3d9..0e6f224e166 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -109,7 +109,7 @@ float CONF_flat_liquid_delta_limit = 0.001f; // If max - min less this value - l uint32 CONF_Locale = 0; -char const* CONF_Product = "wow_classic_beta"; +char const* CONF_Product = "wow_classic"; char const* CONF_Region = "eu"; bool CONF_UseRemoteCasc = false; diff --git a/src/tools/map_extractor/loadlib/DBFilesClientList.h b/src/tools/map_extractor/loadlib/DBFilesClientList.h index 5bfacd211e1..b6c2a3bdcd4 100644 --- a/src/tools/map_extractor/loadlib/DBFilesClientList.h +++ b/src/tools/map_extractor/loadlib/DBFilesClientList.h @@ -746,6 +746,7 @@ DB2FileInfo const DBFilesClientList[] = { 4420306, "TraitTreeXTraitCost.db2" }, { 4524218, "TraitTreeXTraitCurrency.db2" }, { 1338702, "TransformMatrix.db2" }, + { 2399695, "TransmogDefaultLevel.db2" }, { 1589454, "TransmogHoliday.db2" }, { 1376213, "TransmogSet.db2" }, { 1576116, "TransmogSetGroup.db2" }, @@ -755,6 +756,7 @@ DB2FileInfo const DBFilesClientList[] = { 1140687, "TransportRotation.db2" }, { 975024, "Trophy.db2" }, { 5011999, "UIArrowCallout.db2" }, + { 3946498, "UIEventToast.db2" }, { 1729547, "UIExpansionDisplayInfo.db2" }, { 1729546, "UIExpansionDisplayInfoIcon.db2" }, { 4861207, "UIGenericWidgetDisplay.db2" }, diff --git a/src/tools/vmap4_extractor/vmapexport.cpp b/src/tools/vmap4_extractor/vmapexport.cpp index 3707d07e421..1c29130769f 100644 --- a/src/tools/vmap4_extractor/vmapexport.cpp +++ b/src/tools/vmap4_extractor/vmapexport.cpp @@ -62,7 +62,7 @@ std::vector<MapEntry> map_ids; // partitioned by parent maps first std::unordered_set<uint32> maps_that_are_parents; boost::filesystem::path input_path; bool preciseVectorData = false; -char const* CascProduct = "wow_classic_beta"; +char const* CascProduct = "wow_classic"; char const* CascRegion = "eu"; bool UseRemoteCasc = false; uint32 DbcLocale = 0; |