mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
chore(Core/Misc): Some cleanup (#19970)
* remove weird blanks * update if * ) ) to )) * missed some ) ) * now switch * .
This commit is contained in:
@@ -461,7 +461,7 @@ namespace MMAP
|
||||
/**************************************************************************/
|
||||
void TileBuilder::buildTile(uint32 mapID, uint32 tileX, uint32 tileY, dtNavMesh* navMesh)
|
||||
{
|
||||
if(shouldSkipTile(mapID, tileX, tileY))
|
||||
if (shouldSkipTile(mapID, tileX, tileY))
|
||||
{
|
||||
++m_mapBuilder->m_totalTilesProcessed;
|
||||
return;
|
||||
|
||||
@@ -568,5 +568,4 @@ void MapObject::Extract(ADT::MODF const& mapObjDef, char const* WmoInstName, uin
|
||||
uint32 nlen = strlen(WmoInstName);
|
||||
fwrite(&nlen, sizeof(uint32), 1, pDirfile);
|
||||
fwrite(WmoInstName, sizeof(char), nlen, pDirfile);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user