mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-28 12:22:25 +00:00
Fix for a combat ability targeting error
This commit is contained in:
parent
bd364a4049
commit
f3f034d948
@ -1791,8 +1791,8 @@ void Client::DoClassAttacks(Mob *ca_target, uint16 skill, bool IsRiposte)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while(AtkRounds > 0) {
|
while(AtkRounds > 0) {
|
||||||
if (GetTarget())
|
if (ca_target!=this)
|
||||||
DoSpecialAttackDamage(GetTarget(), EQEmu::skills::SkillFrenzy, dmg, 0, dmg, ReuseTime);
|
DoSpecialAttackDamage(ca_target, EQEmu::skills::SkillFrenzy, dmg, 0, dmg, ReuseTime);
|
||||||
AtkRounds--;
|
AtkRounds--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user