mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Lootdrop level filtering adjustments
This commit is contained in:
+1
-1
@@ -2464,7 +2464,7 @@ bool NPC::Death(Mob* killer_mob, int32 damage, uint16 spell, EQ::skills::SkillTy
|
||||
killer = killer->GetOwner();
|
||||
|
||||
if (killer->IsClient() && !killer->CastToClient()->GetGM())
|
||||
this->CheckMinMaxLevel(killer);
|
||||
this->CheckTrivialMinMaxLevelDrop(killer);
|
||||
}
|
||||
|
||||
entity_list.RemoveFromAutoXTargets(this);
|
||||
|
||||
Reference in New Issue
Block a user