aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index f50d7496ed0..5c62fbfc27c 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -2945,6 +2945,10 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellEntry const* spellproto
// Hungering Cold (no flags)
if (spellproto->SpellIconID == 2797)
return DIMINISHING_POLYMORPH;
+ // Mark of Blood
+ else if ((spellproto->SpellFamilyFlags[0] & 0x10000000)
+ && spellproto->SpellIconID == 2285)
+ return DIMINISHING_LIMITONLY;
break;
}
case SPELLFAMILY_HUNTER: