diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 2b199d608..cdf6e7e09 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1332,6 +1332,8 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni unMaxTargets = 1; break; case 28542: // Life Drain + case 66013: // Penetrating Cold (10 man) + case 68509: // Penetrating Cold (10 man heroic) unMaxTargets = 2; break; case 28796: // Poison Bolt Volley @@ -1342,6 +1344,8 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni case 30843: // Enfeeble TODO: exclude top threat target from target selection case 42005: // Bloodboil TODO: need to be 5 targets(players) furthest away from caster case 55665: // Life Drain (h) + case 67700: // Penetrating Cold (25 man) + case 68510: // Penetrating Cold (25 man, heroic) unMaxTargets = 5; break; case 54098: // Poison Bolt Volley (h) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ba20033c5..e7d66b70b 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9229" + #define REVISION_NR "9230" #endif // __REVISION_NR_H__