[Spells] Implemented SPA 489 SE_Worn_Endurance_Regen_Cap (#1493)

Implemented

SE_Worn_Endurance_Regen_Cap		489
modify worn item regen cap
base: amt, limit: none, max: none

Also added support to allow item mana regen cap to check item and spell bonuses.
This commit is contained in:
KayenEQ
2021-08-10 19:39:12 -04:00
committed by GitHub
parent 416fadd554
commit 2c01fe59ce
5 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -3238,8 +3238,8 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
case SE_AddExtraAttackPct_1h_Primary:
case SE_AddExtraAttackPct_1h_Secondary:
case SE_Skill_Base_Damage_Mod:
case SE_Worn_Endurance_Regen_Cap:
case SE_Buy_AA_Rank:
{
break;
}