mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-31 22:52:25 +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);
|
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")))
|
if((PathFile = fopen(ZonePathFileName, "rb")))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user