mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Update bonuses.cpp (#2002)
This commit is contained in:
parent
b938e6223c
commit
5fd62d82db
@ -5603,7 +5603,6 @@ void Mob::NegateSpellEffectBonuses(uint16 spell_id)
|
||||
case SE_SkillProcAttempt: {
|
||||
for (int e = 0; e < MAX_SKILL_PROCS; e++)
|
||||
{
|
||||
Shout("Fail NEGATE");
|
||||
if (negate_spellbonus) { spellbonuses.SkillProc[e] = effect_value; }
|
||||
if (negate_itembonus) { itembonuses.SkillProc[e] = effect_value; }
|
||||
if (negate_aabonus) { aabonuses.SkillProc[e] = effect_value; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user