Changeset 218 for trunk

Show
Ignore:
Timestamp:
11/19/08 13:47:32 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix a typo that makes pet cannot autocast. Thank Elron for pointing out the mistake.

Original author: megamage
Date: 2008-11-12 10:01:57-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Pet.cpp

    r207 r218  
    16611661    if(const SpellEntry *tempSpell = GetSpellStore()->LookupEntry(spellid)) 
    16621662        if(tempSpell->EffectImplicitTargetA[0] != TARGET_ALL_AROUND_CASTER 
    1663             || tempSpell->EffectImplicitTargetA[0] != TARGET_CHAIN_DAMAGE) 
     1663            && tempSpell->EffectImplicitTargetA[0] != TARGET_CHAIN_DAMAGE) 
    16641664            return;     
    16651665