aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <none@none>2010-10-22 01:33:47 +0200
committerclick <none@none>2010-10-22 01:33:47 +0200
commitcfa052d429dcba699d8a77f0a1d02fe5fc6f15cb (patch)
tree252e108d00cc370d6cefc7d9c999d631d52c219e
parent30542a442d37c96079241694c4b2112636b5d310 (diff)
Core/Spells: Explicitly set target-effects to hot ONLY owner/caster and his/her pet for Hunter T10 Set bonuses and the Warlock T10 4P bonuses
Thanks to tenma for the mini-discussion on the subject. --HG-- branch : trunk
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 471f37d64b0..b59fa23ae04 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3891,6 +3891,7 @@ void SpellMgr::LoadSpellCustomAttr()
break;
case 70728: // Exploit Weakness
case 70840: // Devious Minds
+ spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_PET;
count++;
break;