Core/Spell: Modified ImplicitTargets of spells 54069 and 56251 for correct functionality. Thanks to Xanandu and click.

Signed-off-by: Manuel <manue.l@live.com.ar>
This commit is contained in:
Manuel
2011-01-20 12:31:17 -03:00
parent 19634e7fce
commit 9c7e0702a6

View File

@@ -3588,6 +3588,11 @@ void SpellMgr::LoadSpellCustomAttr()
switch (i)
{
case 54069: // Energize Cores
case 56251: // Energize Cores
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CONE_ENTRY;
count++;
break;
// Bind
case 3286:
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_TARGET_ENEMY;