mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +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
|
||||
|
||||
if(spells[spell_id].base2[i] == 0)
|
||||
AddProcToWeapon(procid, false, 100, spell_id, level_override);
|
||||
AddProcToWeapon(procid, false, 100, spell_id, caster_level);
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user