mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7106] Compile fix.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
6428d29cd5
commit
e3ccd4b4b7
2 changed files with 2 additions and 2 deletions
|
|
@ -2392,7 +2392,7 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
|
||||||
case SPELLFAMILY_WARLOCK:
|
case SPELLFAMILY_WARLOCK:
|
||||||
{
|
{
|
||||||
// Fear
|
// Fear
|
||||||
else if (spellproto->SpellFamilyFlags & 0x40840000000LL)
|
if (spellproto->SpellFamilyFlags & 0x40840000000LL)
|
||||||
return DIMINISHING_WARLOCK_FEAR;
|
return DIMINISHING_WARLOCK_FEAR;
|
||||||
// Curses/etc
|
// Curses/etc
|
||||||
else if (spellproto->SpellFamilyFlags & 0x00080000000LL)
|
else if (spellproto->SpellFamilyFlags & 0x00080000000LL)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7105"
|
#define REVISION_NR "7106"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue