diff options
Diffstat (limited to 'src/game/Totem.cpp')
-rw-r--r-- | src/game/Totem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 2ac26f823d6..2889f6f9188 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -193,3 +193,4 @@ bool Totem::IsImmunedToSpell(SpellEntry const* spellInfo, bool useCharges) }*/ return Creature::IsImmunedToSpell(spellInfo, useCharges); } + |