mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Spells] Normal Group Spells (non-raid) landed twice on caster (#4240)
This commit is contained in:
+1
-1
@@ -2669,7 +2669,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, in
|
||||
Group *target_group = entity_list.GetGroupByMob(spell_target);
|
||||
if (target_group) {
|
||||
target_group->CastGroupSpell(this, spell_id);
|
||||
if (GetClass() != Class::Bard) {
|
||||
if (target_group != GetGroup() && GetClass() != Class::Bard) {
|
||||
SpellOnTarget(spell_id, this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user