Skip to content

Commit

Permalink
'- MAGO 31572 FixBug en Potencia Arcana'
Browse files Browse the repository at this point in the history
Signed-off-by: DarkTerror <DarkTerror@LaPosadaDelOcio.com>
  • Loading branch information
DarkTerror2 committed Nov 22, 2010
1 parent 30c147e commit 4ebaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Spell.cpp
Expand Up @@ -735,7 +735,7 @@ void Spell::prepareDataForTriggerSystem()
{
case SPELLFAMILY_MAGE:
// Arcane Missles / Blizzard triggers need do it
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000000200080))
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000000200080) || m_spellInfo->SpellIconID == 212)
m_canTrigger = true;
// Clearcasting trigger need do it
else if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000200000000) && m_spellInfo->SpellFamilyFlags2 & 0x8)
Expand Down

0 comments on commit 4ebaa9e

Please sign in to comment.