Changeset 100 for trunk/src/game/SharedDefines.h
- Timestamp:
- 11/19/08 13:35:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SharedDefines.h
r79 r100 229 229 #define SPELL_ATTR_CANT_USED_IN_COMBAT 0x10000000 // 28 Cannot be used in combat 230 230 #define SPELL_ATTR_UNAFFECTED_BY_INVULNERABILITY 0x20000000 // 29 unaffected by invulnerability (hmm possible not...) 231 #define SPELL_ATTR_ UNK300x40000000 // 30 breakable by damage?231 #define SPELL_ATTR_BREAKABLE_BY_DAMAGE 0x40000000 // 30 breakable by damage? 232 232 #define SPELL_ATTR_CANT_CANCEL 0x80000000 // 31 positive aura can't be canceled 233 233