Consolidate 'LogType' Normal logs over to 'LogCategory'

This commit is contained in:
Akkadius
2015-01-18 01:32:18 -06:00
parent e691735a2d
commit ec7fd9b4e7
9 changed files with 28 additions and 28 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);
Log.Log(EQEmuLogSys::Normal,
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Normal,
"FindType: type = %d; value = %d; threshold = %d",
type, value, threshold);
if (value < threshold)