From edd057033a7f23755f4c17d28e1c8b96ac9c346d Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Mon, 21 Oct 2013 07:20:18 +0300 Subject: [PATCH] [19692] Implement target limitation for spell 72254 (original author is @dufernst) --- src/game/Spell.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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__