diff options
author | w12x <none@none> | 2008-10-26 11:50:07 -0500 |
---|---|---|
committer | w12x <none@none> | 2008-10-26 11:50:07 -0500 |
commit | 6f2e0ee48a24dff1ac7acf441b1559e9d7c26657 (patch) | |
tree | bd28bea52660e6eb2425435ff0e1b0206a21cffe /src/game/Totem.cpp | |
parent | 55c25d894ed0eb53b7aac6b15bdddf0927565165 (diff) |
[svn] * Fixed xp calculation for low level characters when grouped with a higher level player. Patch provided by Reiner030.
* Fixed positive spells being not resistable when cast on hostile units. Patch provided by QAston.
* Fixed compile warnings in gcc. Patch provided by WarHead.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r-- | src/game/Totem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index cff192f675c..077dec45cde 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -176,4 +176,4 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) } } return Creature::IsImmunedToSpell(spellInfo, useCharges); -}
\ No newline at end of file +} |