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
@@ -5054,7 +5054,7 @@ int32 Bot::CalcBotFocusEffect(BotfocusType bottype, uint16 focus_id, uint16 spel
return 0;
break;
default:
Log(Logs::General, Logs::Normal, "CalcFocusEffect: unknown limit spelltype %d", focus_spell.base[i]);
LogInfo("CalcFocusEffect: unknown limit spelltype [{}]", focus_spell.base[i]);
}
break;