mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
*Make sure spell 52479 (gift of the harvester) always works.
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user