Skip to content

1.9.7.3682

Choose a tag to compare

@dol-leodagan dol-leodagan released this 08 Jul 21:36
Fixing Stacking Buffs, added more buff types (#151)

Added a few more buff types that mobs and pets weren't checking for.

LivingHasEffect() was checking for both matching spell effect group and spell type, which is incorrect.  Offensive procs should stack, as should pulsed damage adds and damage buffs.  Spell effect group exists specifically to allow those combinations, so it's odd to not use it exclusively.