mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
sympathetic proc fix
This commit is contained in:
parent
b6cc070633
commit
a75f4e70a1
@ -5253,7 +5253,7 @@ uint16 Client::GetSympatheticFocusEffect(focusType type, uint16 spell_id) {
|
||||
|
||||
if (IsValidSpell(proc_spellid)){
|
||||
|
||||
ProcChance = GetSympatheticProcChances(spell_id, GetSympatheticSpellProcRate(spell_id));
|
||||
ProcChance = GetSympatheticProcChances(spell_id, GetSympatheticSpellProcRate(proc_spellid));
|
||||
if(zone->random.Roll(ProcChance))
|
||||
SympatheticProcList.push_back(proc_spellid);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user