[9051] Fixed typo in [8959]

(backported from commit eedbc3f)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Insider 2009-12-23 21:19:00 +03:00 committed by VladimirMangos
parent fb21f4c16e
commit 0e42b18946
2 changed files with 4 additions and 1 deletions

View file

@ -5899,6 +5899,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
} }
else else
return; return;
break;
} }
case SPELLFAMILY_WARRIOR: case SPELLFAMILY_WARRIOR:
{ {
@ -5922,6 +5923,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
break; break;
} }
case SPELLFAMILY_WARLOCK: case SPELLFAMILY_WARLOCK:
{
// Fear (non stacking) // Fear (non stacking)
if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000040000000000)) if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000040000000000))
{ {
@ -5956,6 +5958,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
else else
return; return;
break; break;
}
case SPELLFAMILY_PRIEST: case SPELLFAMILY_PRIEST:
{ {
// Shadow Word: Pain (need visual check fro skip improvement talent) or Vampiric Touch // Shadow Word: Pain (need visual check fro skip improvement talent) or Vampiric Touch

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9050" #define REVISION_NR "9051"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__