Changeset 122 for trunk/src/game/SpellEffects.cpp
- Timestamp:
- 11/19/08 13:38:14 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellEffects.cpp
r110 r122 313 313 314 314 // Meteor like spells (divided damage to targets) 315 if(spellmgr.GetSpellExtra Info(m_spellInfo->Id, SPELL_EXTRA_INFO_SHARE_DAMAGE))315 if(spellmgr.GetSpellExtraAttr(m_spellInfo->Id, SPELL_EXTRA_ATTR_SHARE_DAMAGE)) 316 316 { 317 317 uint32 count = 0;