mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Spells: Handle SPELL_EFFECT_FORCE_CAST on spell launch instead of hit
This commit is contained in:
@@ -773,7 +773,7 @@ void Spell::EffectTriggerMissileSpell()
|
||||
|
||||
void Spell::EffectForceCast()
|
||||
{
|
||||
if (effectHandleMode != SPELL_EFFECT_HANDLE_HIT_TARGET)
|
||||
if (effectHandleMode != SPELL_EFFECT_HANDLE_LAUNCH_TARGET)
|
||||
return;
|
||||
|
||||
if (!unitTarget)
|
||||
|
||||
Reference in New Issue
Block a user