diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 6d58cc31ed8..aca48c53e01 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -2809,7 +2809,6 @@ SpellMissInfo Unit::MagicSpellHitResult(Unit *pVictim, SpellEntry const *spell) if (rand < tmp) return SPELL_MISS_MISS; - tmp = 0; // Chance resist mechanic (select max value from every mechanic spell effect) int32 resist_mech = 0; // Get effects mechanic and chance |