More log replacements

This commit is contained in:
Akkadius
2015-01-10 16:01:43 -06:00
parent 18c837c398
commit 26b550dd0d
10 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -5040,7 +5040,7 @@ bool Mob::FindType(uint16 type, bool bOffensive, uint16 threshold) {
spells[buffs[i].spellid].base[j],
spells[buffs[i].spellid].max[j],
buffs[i].casterlevel, buffs[i].spellid);
LogFile->write(EQEmuLog::Normal,
logger.Log(EQEmuLogSys::Normal,
"FindType: type = %d; value = %d; threshold = %d",
type, value, threshold);
if (value < threshold)