Changeset 55 for trunk/src/game/Spell.cpp
- Timestamp:
- 11/19/08 13:29:45 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Spell.cpp
r53 r55 945 945 ((Creature*)unit)->AI()->SpellHit(m_caster ,m_spellInfo); 946 946 } 947 948 if(m_caster->GetTypeId() == TYPEID_UNIT && ((Creature*)m_caster)->AI()) 949 ((Creature*)m_caster)->AI()->SpellHitTarget(unit, m_spellInfo); 947 950 } 948 951