Changeset 72 for trunk/src/game/Totem.h

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

[svn] * Raise modify scale limit from 3 to 10 for players
* Implement immunity totems from periodic damage spell effects. Source: Mangos
* Implemented second choice aggro targets for creatures. Source: Mangos

Original author: KingPin?
Date: 2008-10-19 16:52:50-05:00

Files:
1 modified

Legend:

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

    r44 r72  
    5555        void UpdateAttackPowerAndDamage(bool /*ranged*/ ) {} 
    5656        void UpdateDamagePhysical(WeaponAttackType /*attType*/) {} 
     57         
     58        bool IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges = false); 
    5759 
    5860    protected: