Add back in the bard song focus check

But also allowed focusSpellDuration through for that AA
This commit is contained in:
Michael Cook (mackal) 2015-06-22 00:08:21 -04:00
parent 51caa3c577
commit fd989cdbc8

View File

@ -5190,6 +5190,9 @@ uint16 Client::GetSympatheticFocusEffect(focusType type, uint16 spell_id) {
int16 Client::GetFocusEffect(focusType type, uint16 spell_id)
{
if (IsBardSong(spell_id) && type != focusFcBaseEffects && type != focusSpellDuration)
return 0;
int16 realTotal = 0;
int16 realTotal2 = 0;
int16 realTotal3 = 0;