[9100] Set MaxTargets limit for spell 31347

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
wilibald09 2010-01-01 21:36:43 +01:00 committed by NoFantasy
parent ed0f04bce4
commit b9fd5f4311
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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__