mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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:
|
||||
{
|
||||
// Fear
|
||||
else if (spellproto->SpellFamilyFlags & 0x40840000000LL)
|
||||
if (spellproto->SpellFamilyFlags & 0x40840000000LL)
|
||||
return DIMINISHING_WARLOCK_FEAR;
|
||||
// Curses/etc
|
||||
else if (spellproto->SpellFamilyFlags & 0x00080000000LL)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7105"
|
||||
#define REVISION_NR "7106"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue