[19692] Implement target limitation for spell 72254 (original author is @dufernst)

This commit is contained in:
sanctum32 2013-10-21 07:20:18 +03:00 committed by Antz
parent 7cf1ed7c68
commit edd057033a
2 changed files with 2 additions and 1 deletions

View file

@ -7957,6 +7957,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectEntry const* spellEffect, float& r
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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12691"
#define REVISION_NR "12692"
#endif // __REVISION_NR_H__