mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9230] Add maxtarget limits for spells 66013, 68509, 67700 and 68510
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
0ed769c828
commit
cee525f9c8
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9229"
|
||||
#define REVISION_NR "9230"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue