diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 07f490780..7bc7f0fba 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -288,7 +288,7 @@ Spell::Spell( Unit* Caster, SpellEntry const *info, bool triggered, uint64 origi break; default: // Wands - if (m_spellInfo->AttributesEx3 & SPELL_ATTR_EX3_REQ_WAND) + if (m_spellInfo->AttributesEx2 & SPELL_ATTR_EX2_AUTOREPEAT_FLAG) m_attackType = RANGED_ATTACK; else m_attackType = BASE_ATTACK;