Logs::Normal to LogInfo

This commit is contained in:
Akkadius
2019-09-02 02:18:54 -05:00
parent ccbbadc5ee
commit 31cebb5793
8 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ void Client::SetLevel(uint8 set_level, bool command)
safe_delete(outapp);
this->SendAppearancePacket(AT_WhoLevel, set_level); // who level change
Log(Logs::General, Logs::Normal, "Setting Level for %s to %i", GetName(), set_level);
LogInfo("Setting Level for [{}] to [{}]", GetName(), set_level);
CalcBonuses();