[10425] Add comment in Aura::CanProcFrom

This commit is contained in:
Laise 2010-08-30 10:07:10 +03:00
parent 99214e9d8c
commit 694bdd43e3
3 changed files with 5 additions and 1 deletions

View file

@ -940,6 +940,9 @@ bool Aura::CanProcFrom(SpellEntry const *spell, uint32 EventProcEx, uint32 procE
}
else
{
// SpellFamilyName check is performed in SpellMgr::IsSpellProcEventCanTriggeredBy and it is done once for whole holder
// note: SpellFamilyName is not checked if no spell_proc_event is defined
if (((uint64*)ptr)[0] & spell->SpellFamilyFlags)
return true;