mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-07 10:23:53 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
commit
79549ba330
@ -52,7 +52,7 @@ PathManager* PathManager::LoadPathFile(const char* ZoneName)
|
||||
|
||||
strlwr(LowerCaseZoneName);
|
||||
|
||||
snprintf(ZonePathFileName, 250, "%s/%s.path", Config->MapDir.c_str(),LowerCaseZoneName);
|
||||
snprintf(ZonePathFileName, 250, "%s%s.path", Config->MapDir.c_str(), LowerCaseZoneName);
|
||||
|
||||
if((PathFile = fopen(ZonePathFileName, "rb")))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user