diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c145d17ad..a1e47da82 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -2665,7 +2665,7 @@ SpellMissInfo Unit::MagicSpellHitResult(Unit *pVictim, SpellEntry const *spell) uint32 rand = urand(0,10000); if (rand < tmp) - return SPELL_MISS_RESIST; + return SPELL_MISS_MISS; // cast by caster in front of victim if (pVictim->HasInArc(M_PI,this)) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ccc294964..b20b38f25 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8708" + #define REVISION_NR "8709" #endif // __REVISION_NR_H__