mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix issue with initial cast of level override proc buffs
This commit is contained in:
parent
cb525156ef
commit
cee7e401dd
@ -1770,9 +1770,9 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(spells[spell_id].base2[i] == 0)
|
if(spells[spell_id].base2[i] == 0)
|
||||||
AddProcToWeapon(procid, false, 100, spell_id, level_override);
|
AddProcToWeapon(procid, false, 100, spell_id, caster_level);
|
||||||
else
|
else
|
||||||
AddProcToWeapon(procid, false, spells[spell_id].base2[i]+100, spell_id, level_override);
|
AddProcToWeapon(procid, false, spells[spell_id].base2[i]+100, spell_id, caster_level);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user