From 03c6c34a4b0899a01deb4cfc4654bd652b322d13 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 21 Oct 2010 21:18:19 +0200 Subject: Core/Spells: Fix a small proc-issue with Warlpcl T10 4P bonuses (Devious Minds) Same functionality as for 70728 (Exploit Weakness) - thanks to Svetilo for the heads up --HG-- branch : trunk --- src/server/game/Spells/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/game/Spells/SpellMgr.cpp') 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; -- cgit v1.2.3