mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
remove double empty line
This commit is contained in:
@@ -97,7 +97,6 @@ namespace VMAP
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// write map tree file
|
||||
std::string mapfilename = Trinity::StringFormat("{}/{:04}.vmtree", iDestDir, data.MapId);
|
||||
auto mapfile = Trinity::make_unique_ptr_with_deleter(fopen(mapfilename.c_str(), "wb"), &::fclose);
|
||||
|
||||
Reference in New Issue
Block a user