#W# Lowered Overland Mob spawns.

This commit is contained in:
WarrentyExpired 2026-07-28 16:50:41 -04:00
parent 7e1f9138d7
commit cd687579f9
2 changed files with 43 additions and 43 deletions

View file

@ -32,7 +32,7 @@ namespace Server.Scripts.Commands
Directory.CreateDirectory( exportDir );
}
string fileName = String.Format( "ExportedLoot_{0}.cfg", currentMap.Name );
string fileName = String.Format( "ExportedChests_{0}.cfg", currentMap.Name );
string filePath = Path.Combine( exportDir, fileName );
int count = 0;