Changeset 283 for trunk/src/game/Unit.h
- Timestamp:
- 11/22/08 01:55:16 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.h
r279 r283 641 641 typedef std::list<Player*> SharedVisionList; 642 642 643 struct TRINITY_DLL_SPECCharmInfo643 struct CharmInfo 644 644 { 645 645 public: … … 658 658 void InitCharmCreateSpells(); 659 659 void InitPetActionBar(); 660 void InitEmptyActionBar( bool withAttack = true);660 void InitEmptyActionBar(); 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;675 674 }; 676 675