mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Fix auto completing to wrong thing ...
This commit is contained in:
parent
35c194e2eb
commit
4e15364d42
@ -3847,7 +3847,7 @@ int32 Mob::GetVulnerability(Mob* caster, uint32 spell_id, uint32 ticsremaining)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tmp_focus = caster->CalcFocusEffect(focusSpellVulnerability, buffs[tmp_focus].spellid, spell_id);
|
tmp_focus = caster->CalcFocusEffect(focusSpellVulnerability, buffs[tmp_buffslot].spellid, spell_id);
|
||||||
|
|
||||||
if (tmp_focus < -99)
|
if (tmp_focus < -99)
|
||||||
tmp_focus = -99;
|
tmp_focus = -99;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user