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

[svn] Spell target selection improvement. Remove most mangos hacks in spell target selection. (work almost done)
Merge mangos svn rev 6744.

Original author: megamage
Date: 2008-10-31 11:04:32-05:00

Files:
1 modified

Legend:

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

    r102 r139  
    362362}; 
    363363 
    364 class TRINITY_DLL_SPEC SingleEnemyTargetAura : public Aura 
    365 { 
    366     friend Aura* CreateAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster, Item* castItem); 
    367  
    368     public: 
    369         ~SingleEnemyTargetAura(); 
    370         Unit* GetTriggerTarget() const; 
    371  
    372     protected: 
    373         SingleEnemyTargetAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster  = NULL, Item* castItem = NULL); 
    374         uint64 m_casters_target_guid; 
    375 }; 
    376  
    377364Aura* CreateAura(SpellEntry const* spellproto, uint32 eff, int32 *currentBasePoints, Unit *target, Unit *caster = NULL, Item* castItem = NULL); 
    378365#endif