mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[19692] Implement target limitation for spell 72254 (original author is @dufernst)
This commit is contained in:
parent
7cf1ed7c68
commit
edd057033a
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12691"
|
||||
#define REVISION_NR "12692"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue