*Make sure spell 52479 (gift of the harvester) always works.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-14 21:45:54 -05:00
parent 026659565d
commit b8222df247

View File

@@ -3646,8 +3646,13 @@ void SpellMgr::LoadSpellCustomAttr()
case 39365: // Thundering Storm
case 41071: // Raise Dead (HACK)
case 52124: // Sky Darkener Assault
spellInfo->MaxAffectedTargets = 1;
break;
case 52479: // Gift of the Harvester
spellInfo->MaxAffectedTargets = 1;
// a trap always has dst = src?
spellInfo->EffectImplicitTargetA[0] = TARGET_DST_CASTER;
spellInfo->EffectImplicitTargetA[1] = TARGET_DST_CASTER;
break;
case 41376: // Spite
case 39992: // Needle Spine