mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Update spell_effects.cpp
hotfix
This commit is contained in:
@@ -4903,7 +4903,7 @@ int16 Client::CalcAAFocus(focusType type, const AA::Rank &rank, uint16 spell_id)
|
|||||||
value = base1;
|
value = base1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case focusFcAmplifyAmt:
|
case SE_Fc_Amplify_Amt:
|
||||||
if (type == focusFcAmplifyAmt)
|
if (type == focusFcAmplifyAmt)
|
||||||
value = base1;
|
value = base1;
|
||||||
break;
|
break;
|
||||||
@@ -5529,7 +5529,7 @@ int16 Mob::CalcFocusEffect(focusType type, uint16 focus_id, uint16 spell_id, boo
|
|||||||
value = focus_spell.base[i];
|
value = focus_spell.base[i];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case focusFcAmplifyAmt:
|
case SE_Fc_Amplify_Amt:
|
||||||
if (type == focusFcAmplifyAmt)
|
if (type == focusFcAmplifyAmt)
|
||||||
value = focus_spell.base[i];
|
value = focus_spell.base[i];
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user