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

[svn] Add SPELL_ATTR_BREAKABLE_BY_DAMAGE. Remove part of the hacked breakable aura check. Patch provided by thenecromancer.

Original author: megamage
Date: 2008-10-22 14:58:50-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/SharedDefines.h

    r79 r100  
    229229#define SPELL_ATTR_CANT_USED_IN_COMBAT            0x10000000            // 28 Cannot be used in combat 
    230230#define SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY  0x20000000            // 29 unaffected by invulnerability (hmm possible not...) 
    231 #define SPELL_ATTR_UNK30                          0x40000000            // 30 breakable by damage? 
     231#define SPELL_ATTR_BREAKABLE_BY_DAMAGE            0x40000000            // 30 breakable by damage? 
    232232#define SPELL_ATTR_CANT_CANCEL                    0x80000000            // 31 positive aura can't be canceled 
    233233