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
@@ -1903,7 +1903,7 @@ void Mob::NPCSpecialAttacks(const char* parse, int permtag, bool reset, bool rem
{
if(database.SetSpecialAttkFlag(this->GetNPCTypeID(), orig_parse))
{
Log(Logs::General, Logs::Normal, "NPCTypeID: %i flagged to '%s' for Special Attacks.\n",this->GetNPCTypeID(),orig_parse);
LogInfo("NPCTypeID: [{}] flagged to [{}] for Special Attacks.\n",this->GetNPCTypeID(),orig_parse);
}
}
}