[12001] Implement target limiting for spell 47669

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Xfurry 2012-06-12 23:54:03 +02:00 committed by Schmoozerd
parent acc27152eb
commit 77c5ae1684
3 changed files with 3 additions and 1 deletions

View file

@ -714,6 +714,7 @@ bool IsPositiveEffect(SpellEntry const *spellproto, SpellEffectIndex effIndex)
case 27201:
case 27202:
case 27203:
case 47669:
return true;
default:
break;