mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Merge pull request #579 from noudess/master
Add check for mob spell based defensive procs.
This commit is contained in:
commit
bf25c65868
@ -393,6 +393,7 @@ bool Client::Process() {
|
|||||||
{
|
{
|
||||||
EQEmu::ItemInstance *wpn = GetInv().GetItem(EQEmu::inventory::slotPrimary);
|
EQEmu::ItemInstance *wpn = GetInv().GetItem(EQEmu::inventory::slotPrimary);
|
||||||
TryWeaponProc(wpn, auto_attack_target, 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);
|
DoAttackRounds(auto_attack_target, EQEmu::inventory::slotPrimary);
|
||||||
if (CheckAATimer(aaTimerRampage))
|
if (CheckAATimer(aaTimerRampage))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user