Skip to content

Commit

Permalink
[9100] Set MaxTargets limit for spell 31347
Browse files Browse the repository at this point in the history
Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
wilibald09 authored and NoFantasy committed Jan 1, 2010
1 parent cd35a68 commit 5ea1fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/Spell.cpp
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9099"
#define REVISION_NR "9100"
#endif // __REVISION_NR_H__

0 comments on commit 5ea1fe5

Please sign in to comment.