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:
Paul Coene 2016-12-09 18:59:44 -05:00
parent 538ff873ee
commit 6311d82095

View File

@ -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))