mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-04 15:12:26 +00:00
Remove incorrect BindSight restoration from ReapplyBuffEffects
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
6d8b3c9fff
commit
d557d71812
@ -4332,14 +4332,6 @@ void Mob::ReapplyBuffEffects(uint32 index, bool from_suppress)
|
|||||||
AddRangedProc(GetProcID(spell_id, i), 100 + spell.limit_value[i], spell_id, GetSpellProcLimitTimer(spell_id, ProcType::RANGED_PROC));
|
AddRangedProc(GetProcID(spell_id, i), 100 + spell.limit_value[i], spell_id, GetSpellProcLimitTimer(spell_id, ProcType::RANGED_PROC));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SpellEffect::BindSight:
|
|
||||||
{
|
|
||||||
auto *caster = entity_list.GetMobID(buffs[index].casterid);
|
|
||||||
if (caster && caster->IsClient()) {
|
|
||||||
caster->CastToClient()->SetBindSightTarget(this);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case SpellEffect::SetBodyType:
|
case SpellEffect::SetBodyType:
|
||||||
{
|
{
|
||||||
SetBodyType(spell.base_value[i], false);
|
SetBodyType(spell.base_value[i], false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user