diff options
author | click <none@none> | 2010-10-21 21:18:19 +0200 |
---|---|---|
committer | click <none@none> | 2010-10-21 21:18:19 +0200 |
commit | 03c6c34a4b0899a01deb4cfc4654bd652b322d13 (patch) | |
tree | f99f1d80347999cd7a8284cacfab85159f4c4ef8 /src | |
parent | e2dbc2e53a375b7801d50cfeaebbe74a8b42a5ee (diff) |
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
Diffstat (limited to 'src')
-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; |