mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
Merge remote-tracking branch 'upstream/master' into shieldability
This commit is contained in:
@@ -394,6 +394,11 @@ bool Client::Process() {
|
||||
TriggerDefensiveProcs(auto_attack_target, EQ::invslot::slotPrimary, false);
|
||||
|
||||
DoAttackRounds(auto_attack_target, EQ::invslot::slotPrimary);
|
||||
|
||||
if (TryDoubleMeleeRoundEffect()) {
|
||||
DoAttackRounds(auto_attack_target, EQ::invslot::slotPrimary);
|
||||
}
|
||||
|
||||
if (CheckAATimer(aaTimerRampage)) {
|
||||
entity_list.AEAttack(this, 30);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user