mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9100] Set MaxTargets limit for spell 31347
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
ed0f04bce4
commit
b9fd5f4311
2 changed files with 2 additions and 1 deletions
|
|
@ -1326,6 +1326,7 @@ void Spell::SetTargetMap(uint32 effIndex, uint32 targetMode, UnitList& targetUni
|
|||
{
|
||||
switch(m_spellInfo->Id)
|
||||
{
|
||||
case 31347: // Doom TODO: exclude top threat target from target selection
|
||||
case 33711: // Murmur's Touch
|
||||
case 38794: // Murmur's Touch (h)
|
||||
unMaxTargets = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue