mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user