Another convert

This commit is contained in:
Akkadius 2015-01-16 02:18:30 -06:00
parent 2828d51308
commit 59f90aede9

View File

@ -2028,9 +2028,7 @@ bool NPC::Death(Mob* killerMob, int32 damage, uint16 spell, SkillUseTypes attack
if (IsEngaged()) if (IsEngaged())
{ {
zone->DelAggroMob(); zone->DelAggroMob();
#if EQDEBUG >= 11 logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Attack, "%s Mobs currently Aggro %i", __FUNCTION__, zone->MobsAggroCount());
logger.LogDebug(EQEmuLogSys::General,"NPC::Death() Mobs currently Aggro %i", zone->MobsAggroCount());
#endif
} }
SetHP(0); SetHP(0);
SetPet(0); SetPet(0);