Merge pull request #579 from noudess/master

Add check for mob spell based defensive procs.
This commit is contained in:
Michael Cook (mackal) 2016-12-09 19:14:05 -05:00 committed by GitHub
commit bf25c65868

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