mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Consolidate 'LogType' Normal logs over to 'LogCategory'
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user