remove double empty line

(cherry picked from commit c3dd80a96e)
This commit is contained in:
Shauren
2024-07-05 15:08:03 +02:00
committed by Ovahlord
parent 69febfca78
commit f82fcdc176

View File

@@ -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);