mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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)
|
switch(m_spellInfo->Id)
|
||||||
{
|
{
|
||||||
|
case 31347: // Doom TODO: exclude top threat target from target selection
|
||||||
case 33711: // Murmur's Touch
|
case 33711: // Murmur's Touch
|
||||||
case 38794: // Murmur's Touch (h)
|
case 38794: // Murmur's Touch (h)
|
||||||
unMaxTargets = 1;
|
unMaxTargets = 1;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9099"
|
#define REVISION_NR "9100"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue