[12053] Add target limitation for 65872

This commit is contained in:
Xfurry 2012-07-16 22:16:06 +02:00 committed by Schmoozerd
parent 59961cffc7
commit c9d98e8c96
2 changed files with 2 additions and 1 deletions

View file

@ -1620,6 +1620,7 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
case 64531: // Rapid Burst (h) case 64531: // Rapid Burst (h)
case 65121: // Searing Light (h) case 65121: // Searing Light (h)
case 65301: // Psychosis (Ulduar, Yogg-Saron) case 65301: // Psychosis (Ulduar, Yogg-Saron)
case 65872: // Pursuing Spikes
case 65950: // Touch of Light (ToCrusader, Val'kyr Twins) case 65950: // Touch of Light (ToCrusader, Val'kyr Twins)
case 66001: // Touch of Darkness (ToCrusader, Val'kyr Twins) case 66001: // Touch of Darkness (ToCrusader, Val'kyr Twins)
case 66152: // Bullet Controller Summon Periodic Trigger Light (ToCrusader) case 66152: // Bullet Controller Summon Periodic Trigger Light (ToCrusader)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12052" #define REVISION_NR "12053"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__