mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
VC90 projects for vmap extractor, added new mpq's
This commit is contained in:
parent
dcb39d1512
commit
016ec89e83
6 changed files with 1500 additions and 2 deletions
|
|
@ -73,12 +73,12 @@ namespace VMAP
|
|||
addWorldAreaMapId(0); //Azeroth
|
||||
addWorldAreaMapId(1); //Kalimdor
|
||||
addWorldAreaMapId(530); //Expansion01
|
||||
addWorldAreaMapId(571); //Expansion02
|
||||
}
|
||||
//=================================================================
|
||||
|
||||
std::string getModNameFromModPosName(const std::string& pModPosName)
|
||||
{
|
||||
|
||||
size_t spos = pModPosName.find_first_of('#');
|
||||
std::string modelFileName = pModPosName.substr(0,spos);
|
||||
return(modelFileName);
|
||||
|
|
@ -140,7 +140,6 @@ namespace VMAP
|
|||
//=================================================================
|
||||
bool TileAssembler::convertWorld()
|
||||
{
|
||||
|
||||
#ifdef _ASSEMBLER_DEBUG
|
||||
# ifdef _DEBUG
|
||||
::g_df = fopen("../TileAssembler_debug.txt", "wb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue