Replaced various other log calls in zone

This commit is contained in:
Akkadius
2015-01-10 15:59:32 -06:00
parent 4bf74348a1
commit 18c837c398
5 changed files with 39 additions and 41 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ void Client::SetLevel(uint8 set_level, bool command)
safe_delete(outapp);
this->SendAppearancePacket(AT_WhoLevel, set_level); // who level change
LogFile->write(EQEmuLog::Normal,"Setting Level for %s to %i", GetName(), set_level);
logger.Log(EQEmuLogSys::Normal, "Setting Level for %s to %i", GetName(), set_level);
CalcBonuses();