Changeset 205 for trunk/src/game
- Timestamp:
- 11/19/08 13:46:10 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Pet.cpp
r174 r205 1658 1658 return; 1659 1659 1660 if(const SpellEntry *tempSpell = GetSpellStore()->LookupEntry(spellid)) 1661 if(tempSpell->EffectImplicitTargetA[0] != TARGET_ALL_AROUND_CASTER 1662 || tempSpell->EffectImplicitTargetA[0] != TARGET_CHAIN_DAMAGE) 1663 return; 1664 1660 1665 PetSpellMap::const_iterator itr = m_spells.find((uint16)spellid); 1661 1666