Changeset 218 for trunk/src/game/Pet.cpp
- Timestamp:
- 11/19/08 13:47:32 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Pet.cpp
r207 r218 1661 1661 if(const SpellEntry *tempSpell = GetSpellStore()->LookupEntry(spellid)) 1662 1662 if(tempSpell->EffectImplicitTargetA[0] != TARGET_ALL_AROUND_CASTER 1663 ||tempSpell->EffectImplicitTargetA[0] != TARGET_CHAIN_DAMAGE)1663 && tempSpell->EffectImplicitTargetA[0] != TARGET_CHAIN_DAMAGE) 1664 1664 return; 1665 1665