Changeset 100 for trunk/src/game/Unit.h

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/Unit.h

    r69 r100  
    914914        bool isFrozen() const; 
    915915 
    916         void RemoveSpellbyDamageTaken(AuraType auraType, uint32 damage); 
    917  
    918916        bool isTargetableForAttack() const; 
    919917        virtual bool IsInWater() const;