mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[c12597] Limit targets of spell 10258
This commit is contained in:
parent
962883552c
commit
18ceb2392c
3 changed files with 3 additions and 1 deletions
|
|
@ -7955,6 +7955,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectEntry const* spellEffect, float& r
|
||||||
case 73023: // Mutated Infection (Mode 3)
|
case 73023: // Mutated Infection (Mode 3)
|
||||||
unMaxTargets = 1;
|
unMaxTargets = 1;
|
||||||
break;
|
break;
|
||||||
|
case 10258: // Awaken Vault Warder (Uldaman)
|
||||||
case 28542: // Life Drain (Naxx, Sapphiron)
|
case 28542: // Life Drain (Naxx, Sapphiron)
|
||||||
case 66013: // Penetrating Cold (10 man) (ToCrusader, Anub'arak)
|
case 66013: // Penetrating Cold (10 man) (ToCrusader, Anub'arak)
|
||||||
case 67755: // Nerubian Burrower (Mode 1) (ToCrusader, Anub'arak)
|
case 67755: // Nerubian Burrower (Mode 1) (ToCrusader, Anub'arak)
|
||||||
|
|
|
||||||
|
|
@ -747,6 +747,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
|
||||||
{
|
{
|
||||||
case 28441: // AB Effect 000
|
case 28441: // AB Effect 000
|
||||||
return false;
|
return false;
|
||||||
|
case 10258: // Awaken Vault Warder
|
||||||
case 18153: // Kodo Kombobulator
|
case 18153: // Kodo Kombobulator
|
||||||
case 49634: // Sergeant's Flare
|
case 49634: // Sergeant's Flare
|
||||||
case 54530: // Opening
|
case 54530: // Opening
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12596"
|
#define REVISION_NR "12597"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue