Core/Conditions: Fix log typo

Port From (https://github.com/TrinityCore/TrinityCore/commit/0327f3ede31a2ece7b359bcd25c421de8074a730)
This commit is contained in:
hondacrx
2023-04-25 17:06:39 -04:00
parent 792a6ecd84
commit 7e31dfce4a
+1 -1
View File
@@ -803,7 +803,7 @@ namespace Game
}
}
Log.outError(LogFilter.Sql, "{0} Area {1} does not have phase {2}.", cond.ToString(), cond.SourceGroup, cond.SourceEntry);
Log.outError(LogFilter.Sql, $"{cond} Area {cond.SourceEntry} does not have phase {cond.SourceGroup}.");
return false;
}