diff --git a/zone/attack.cpp b/zone/attack.cpp index e1584c19b..6a92837fd 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -3023,8 +3023,6 @@ void Mob::AddToHateList(Mob* other, int64 hate /*= 0*/, int64 damage /*= 0*/, bo hate_list.AddEntToHateList(owner_, 0, 0, false, true); owner_->AddAutoXTarget(this); // this was being called on dead/out-of-zone clients } - - break; } }