diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 17:55:48 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-20 17:55:48 +0100 |
commit | bbcc78e2c187b99396f1311401a26b3e24d33332 (patch) | |
tree | d86a69705b65e9745a86a4c861f27816bbe241dd /src | |
parent | f4907e92aadfce433bdcc370293a2c3b967ae671 (diff) |
Core: Fix warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index e440b2a0fbd..d029d2884c9 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -449,8 +449,6 @@ int32 AuraEffect::CalculateAmount(Unit* caster) } } - float DoneActualBenefit = 0.0f; - // custom amount calculations go here switch (GetAuraType()) { |