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.cpp | |
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.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1432898ae1d..889633dccf6 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -15084,4 +15084,4 @@ void CharmInfo::SetIsReturning(bool val) bool CharmInfo::IsReturning() { return m_isReturning; -}
\ No newline at end of file +} |