mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
fix(Core/SpellEffects): Make Shadowmeld drop combat (#3272)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
@@ -4192,7 +4192,7 @@ void Spell::EffectSanctuary(SpellEffIndex /*effIndex*/)
|
||||
else
|
||||
{
|
||||
unitTarget->getHostileRefManager().UpdateVisibility(m_spellInfo->Id == 59646); // Night Elf: Shadowmeld
|
||||
unitTarget->CombatStop(false);
|
||||
unitTarget->CombatStop(true);
|
||||
}
|
||||
|
||||
UnitList targets;
|
||||
|
||||
Reference in New Issue
Block a user