Change to a warning not a error. closes #5

This commit is contained in:
hondacrx
2017-11-29 11:37:41 -05:00
parent 74744327a4
commit e5359e49b2
@@ -155,7 +155,7 @@ namespace Game.Collision
var filename = Global.WorldMgr.GetDataPath() + "/vmaps/GameObjectModels.dtree";
if (!File.Exists(filename))
{
Log.outError(LogFilter.Server, "Unable to open '{0}' file.", filename);
Log.outWarn(LogFilter.Server, "Unable to open '{0}' file.", filename);
return;
}
try