Changeset 277 for trunk/src/game/Unit.h
- Timestamp:
- 11/22/08 00:35:58 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r272 r277 641 641 typedef std::list<Player*> SharedVisionList; 642 642 643 struct CharmInfo643 struct TRINITY_DLL_SPEC CharmInfo 644 644 { 645 645 public: … … 658 658 void InitCharmCreateSpells(); 659 659 void InitPetActionBar(); 660 void InitEmptyActionBar( );660 void InitEmptyActionBar(bool withAttack = true); 661 661 //return true if successful 662 662 bool AddSpellToAB(uint32 oldid, uint32 newid, ActiveStates newstate = ACT_DECIDE); … … 672 672 ReactStates m_reactState; 673 673 uint32 m_petnumber; 674 bool m_barInit; 674 675 }; 675 676