diff options
author | maximius <none@none> | 2009-09-10 22:15:29 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-10 22:15:29 -0700 |
commit | bcf19139afae87b71cee87ea6a70e70fb444ea14 (patch) | |
tree | e0f9999b655ff54fb109d7a9063f904bfcf57529 /src/game/Unit.h | |
parent | 3441e4ef391e0096dbb3ceb6742c99f4fd994d0d (diff) |
*Cleanup comments, update THANKS (no idea if I missed anybody o_O), added Themris' Warlock's Death Coil healing and damage fix, corrected some typos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index bd1abcc20e5..4a62568f613 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1011,7 +1011,6 @@ struct CharmInfo CharmSpellEntry* GetCharmSpell(uint8 index) { return &(m_charmspells[index]); } - // MrSmite 09-05-2009 PetAI_v1.0 void SetIsCommandAttack(bool val); bool IsCommandAttack(); void SetIsAtStay(bool val); @@ -1036,7 +1035,6 @@ struct CharmInfo //for restoration after charmed ReactStates m_oldReactState; - // MrSmite 09-05-2009 PetAI_v1.0 bool m_isCommandAttack; bool m_isAtStay; bool m_isFollowing; |