[9112] Limit maxTargets for spell 42005

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
Forusim 2010-01-05 02:34:19 +01:00 committed by NoFantasy
parent effe02fb25
commit 9bc219a312
2 changed files with 2 additions and 1 deletions

View file

@ -1337,6 +1337,7 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni
unMaxTargets = 3;
break;
case 30843: // Enfeeble
case 42005: // Bloodboil TODO: need to be 5 targets(players) furthest away from caster
unMaxTargets = 5;
break;
case 54098: // Poison Bolt Volley (h)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9111"
#define REVISION_NR "9112"
#endif // __REVISION_NR_H__