diff options
-rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 9d044b5fbc8..471f37d64b0 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3890,6 +3890,7 @@ void SpellMgr::LoadSpellCustomAttr() count++; break; case 70728: // Exploit Weakness + case 70840: // Devious Minds spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_PET; count++; break; |