aboutsummaryrefslogtreecommitdiff
path: root/src/game/Totem.cpp
diff options
context:
space:
mode:
authorw12x <none@none>2008-10-26 11:50:07 -0500
committerw12x <none@none>2008-10-26 11:50:07 -0500
commit6f2e0ee48a24dff1ac7acf441b1559e9d7c26657 (patch)
treebd28bea52660e6eb2425435ff0e1b0206a21cffe /src/game/Totem.cpp
parent55c25d894ed0eb53b7aac6b15bdddf0927565165 (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.cpp2
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
+}