Changeset 196 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:45:21 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r186 r196 312 312 313 313 // Meteor like spells (divided damage to targets) 314 if(spellmgr.GetSpell ExtraAttr(m_spellInfo->Id, SPELL_EXTRA_ATTR_SHARE_DAMAGE))314 if(spellmgr.GetSpellCustomAttr(m_spellInfo->Id) & SPELL_ATTR_CU_SHARE_DAMAGE) 315 315 { 316 316 uint32 count = 0;