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

Show
Ignore:
Timestamp:
11/22/08 01:55:20 (17 years ago)
Author:
yumileroy
Message:

Merge with 284 (54b0e67d97fe).

Original author: megamage
Date: 2008-11-21 19:49:54-06:00

Files:
1 modified

Legend:

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

    r283 r284  
    641641typedef std::list<Player*> SharedVisionList; 
    642642 
    643 struct CharmInfo 
     643struct TRINITY_DLL_SPEC CharmInfo 
    644644{ 
    645645    public: 
     
    658658        void InitCharmCreateSpells(); 
    659659        void InitPetActionBar(); 
    660         void InitEmptyActionBar(); 
     660        void InitEmptyActionBar(bool withAttack = true); 
    661661                                                            //return true if successful 
    662662        bool AddSpellToAB(uint32 oldid, uint32 newid, ActiveStates newstate = ACT_DECIDE); 
     
    672672        ReactStates     m_reactState; 
    673673        uint32          m_petnumber; 
     674        bool            m_barInit; 
    674675}; 
    675676