Core/Spells: fix console spam (#17084)

This commit is contained in:
Ariel Silva
2016-05-06 03:17:30 -03:00
committed by Aokromes
parent 7dfa86b878
commit fb87f7d445

View File

@@ -6859,6 +6859,10 @@ bool Unit::HandleProcTriggerSpell(Unit* victim, uint32 damage, AuraEffect* trigg
RemoveAurasDueToSpell(50240);
break;
}
// Battle Experience
// already handled in gunship battle script
case 71201:
return false;
}
break;
case SPELLFAMILY_DRUID: