mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Allow multiple aug procs if Combat:OneProcPerWeapon is false
This commit is contained in:
+2
-1
@@ -4113,7 +4113,8 @@ void Mob::TryWeaponProc(const ItemInst *inst, const Item_Struct *weapon, Mob *on
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ExecWeaponProc(aug_i, aug->Proc.Effect, on);
|
ExecWeaponProc(aug_i, aug->Proc.Effect, on);
|
||||||
break;
|
if (!RuleB(Combat, OneProcPerWeapon))
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user