Update spell_effects.cpp (#1668)

This commit is contained in:
KayenEQ 2021-11-03 19:01:08 -04:00 committed by GitHub
parent 9d515b20f2
commit 18cc648c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -758,7 +758,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
}
InterruptSpell();
entity_list.RemoveDebuffs(this);
entity_list.RemoveFromTargets(this);
entity_list.RemoveFromHateLists(this);
WipeHateList();
Mob *my_pet = GetPet();