mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9112] Limit maxTargets for spell 42005
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
effe02fb25
commit
9bc219a312
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue