sympathetic proc fix

This commit is contained in:
KayenEQ 2015-03-29 02:11:02 -04:00
parent b6cc070633
commit a75f4e70a1

View File

@ -5253,7 +5253,7 @@ uint16 Client::GetSympatheticFocusEffect(focusType type, uint16 spell_id) {
if (IsValidSpell(proc_spellid)){ if (IsValidSpell(proc_spellid)){
ProcChance = GetSympatheticProcChances(spell_id, GetSympatheticSpellProcRate(spell_id)); ProcChance = GetSympatheticProcChances(spell_id, GetSympatheticSpellProcRate(proc_spellid));
if(zone->random.Roll(ProcChance)) if(zone->random.Roll(ProcChance))
SympatheticProcList.push_back(proc_spellid); SympatheticProcList.push_back(proc_spellid);
} }