[c12597] Limit targets of spell 10258

This commit is contained in:
Xfurry 2013-05-31 11:05:21 +01:00 committed by Antz
parent 962883552c
commit 18ceb2392c
3 changed files with 3 additions and 1 deletions

View file

@ -7955,6 +7955,7 @@ void Spell::GetSpellRangeAndRadius(SpellEffectEntry const* spellEffect, float& r
case 73023: // Mutated Infection (Mode 3)
unMaxTargets = 1;
break;
case 10258: // Awaken Vault Warder (Uldaman)
case 28542: // Life Drain (Naxx, Sapphiron)
case 66013: // Penetrating Cold (10 man) (ToCrusader, Anub'arak)
case 67755: // Nerubian Burrower (Mode 1) (ToCrusader, Anub'arak)

View file

@ -747,6 +747,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
{
case 28441: // AB Effect 000
return false;
case 10258: // Awaken Vault Warder
case 18153: // Kodo Kombobulator
case 49634: // Sergeant's Flare
case 54530: // Opening

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12596"
#define REVISION_NR "12597"
#endif // __REVISION_NR_H__