mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Add check for mob spell based defensive procs (as per DB entry) for attacking
clients. Got coaching and testing from demonstar55.
This commit is contained in:
parent
538ff873ee
commit
6311d82095
@ -393,6 +393,7 @@ bool Client::Process() {
|
||||
{
|
||||
EQEmu::ItemInstance *wpn = GetInv().GetItem(EQEmu::inventory::slotPrimary);
|
||||
TryWeaponProc(wpn, auto_attack_target, EQEmu::inventory::slotPrimary);
|
||||
TriggerDefensiveProcs(auto_attack_target, EQEmu::inventory::slotPrimary, false);
|
||||
|
||||
DoAttackRounds(auto_attack_target, EQEmu::inventory::slotPrimary);
|
||||
if (CheckAATimer(aaTimerRampage))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user