mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
Fix merge ...
This commit is contained in:
@@ -5175,10 +5175,8 @@ int32 Bot::CalcBotAAFocus(BotfocusType type, uint32 aa_ID, uint32 points, uint16
|
||||
case SE_FcTwincast: {
|
||||
if(type == focusTwincast)
|
||||
value = base1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
case SE_SympatheticProc:
|
||||
{
|
||||
@@ -5247,7 +5245,6 @@ int32 Bot::CalcBotAAFocus(BotfocusType type, uint32 aa_ID, uint32 points, uint16
|
||||
value = base1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
//Check for spell skill limits.
|
||||
if ((LimitSpellSkill) && (!SpellSkill_Found))
|
||||
|
||||
Reference in New Issue
Block a user