diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index d84dba104..17c685a89 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index fe88b3fce..c7193edc9 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12691" + #define REVISION_NR "12692" #endif // __REVISION_NR_H__