Skip to content

Commit

Permalink
[12482] Implement target limitation for spell 72254
Browse files Browse the repository at this point in the history
Note: For the spell to actually work, you will need to append a database-update from http://cmangos.net/thread-201.html

Signed-off-by: Schmoozerd <schmoozerd@cmangos.net>
  • Loading branch information
dufernst authored and Schmoozerd committed May 10, 2013
1 parent c444465 commit 953ac1b
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 @@ -7674,6 +7674,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectIndex effIndex, float& radius, uin
case 71837: // Vampiric Bite
case 71861: // Swarming Shadows
case 72091: // Frozen Orb (Vault of Archavon, Toravon)
case 72254: // Mark of Fallen Champion (target selection) (ICC, Deathbringer Saurfang)
case 73022: // Mutated Infection (Mode 2)
case 73023: // Mutated Infection (Mode 3)
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 "12481"
#define REVISION_NR "12482"
#endif // __REVISION_NR_H__

0 comments on commit 953ac1b

Please sign in to comment.