Tools/vmap_assembler: Organize vmap files into directory-per-map
Port From (https://github.com/TrinityCore/TrinityCore/commit/518fe1fd1ecf107e11336c4a41ed90405b115dc0)
This commit is contained in:
@@ -249,7 +249,7 @@ namespace Game.Collision
|
||||
|
||||
public static string GetMapFileName(uint mapId)
|
||||
{
|
||||
return $"{mapId:D4}.vmtree";
|
||||
return $"{mapId:D4}/{mapId:D4}.vmtree";
|
||||
}
|
||||
|
||||
public void SetEnableLineOfSightCalc(bool pVal) { _enableLineOfSightCalc = pVal; }
|
||||
|
||||
Reference in New Issue
Block a user