Changeset 71 for trunk/src/game/Unit.cpp

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

[svn] Add a hack check for spell 42292.

Original author: megamage
Date: 2008-10-19 15:11:20-05:00

Files:
1 modified

Legend:

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

    r69 r71  
    80408040            return true; 
    80418041 
    8042     if( !(spellInfo->AttributesEx & SPELL_ATTR_EX_UNAFFECTED_BY_SCHOOL_IMMUNE))               // unaffected by school immunity 
     8042    if( !(spellInfo->AttributesEx & SPELL_ATTR_EX_UNAFFECTED_BY_SCHOOL_IMMUNE) && (spellInfo->Id != 42292))               // unaffected by school immunity 
    80438043    { 
    80448044        // not have spells with charges currently