Changeset 239 for trunk/src/game/Spell.cpp
- Timestamp:
- 11/19/08 13:49:43 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Spell.cpp
r236 r239 4929 4929 // unselectable targets skipped in all cases except TARGET_SCRIPT targeting 4930 4930 // in case TARGET_SCRIPT target selected by server always and can't be cheated 4931 if( target->HasFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE) &&4931 /*if( target->HasFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE) && 4932 4932 m_spellInfo->EffectImplicitTargetA[eff] != TARGET_SCRIPT && 4933 4933 m_spellInfo->EffectImplicitTargetB[eff] != TARGET_SCRIPT ) 4934 return false; 4934 return false;*/ 4935 4935 } 4936 4936