mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue