[7106] Compile fix.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-01-18 19:54:18 +01:00
parent 6428d29cd5
commit e3ccd4b4b7
2 changed files with 2 additions and 2 deletions

View file

@ -2392,7 +2392,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
case SPELLFAMILY_WARLOCK:
{
// Fear
else if (spellproto->SpellFamilyFlags & 0x40840000000LL)
if (spellproto->SpellFamilyFlags & 0x40840000000LL)
return DIMINISHING_WARLOCK_FEAR;
// Curses/etc
else if (spellproto->SpellFamilyFlags & 0x00080000000LL)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7105"
#define REVISION_NR "7106"
#endif // __REVISION_NR_H__