aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthenecromancer <none@none>2010-04-21 18:53:51 +0200
committerthenecromancer <none@none>2010-04-21 18:53:51 +0200
commit4bac471798a281ef237ba1ec5834f8e8bddf30e9 (patch)
treefd58623df26715e208826e21d3b368d55548bf0a
parentb54feffadbe61d358d09d924533bf2a015581306 (diff)
PvP duration for Mark of Blood
--HG-- branch : trunk
-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: