[9174] Target limit for spell 25991.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Rockette 2010-01-14 13:05:50 +03:00 committed by VladimirMangos
parent 1def2a0977
commit f02d897828
2 changed files with 4 additions and 1 deletions

View file

@ -1348,6 +1348,9 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni
case 54835: // Curse of the Plaguebringer (h)
unMaxTargets = 10;
break;
case 25991: // Poison Bolt Volley (Pincess Huhuran)
unMaxTargets = 15;
break;
}
break;
}