mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 11:12:25 +00:00
[Bug Fix] Missing break (#2031)
This commit is contained in:
parent
58cde58b45
commit
fd878e7b16
@ -2995,6 +2995,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial, int level_ove
|
|||||||
case SE_HealOverTime: {
|
case SE_HealOverTime: {
|
||||||
//This is here so buffs with hit counters tic down on initial cast.
|
//This is here so buffs with hit counters tic down on initial cast.
|
||||||
caster->GetActSpellHealing(spell_id, effect_value, nullptr, false);
|
caster->GetActSpellHealing(spell_id, effect_value, nullptr, false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case SE_PersistentEffect:
|
case SE_PersistentEffect:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user