Core/Auras: Implement SpellAuraInterruptFlags2::AbandonVehicle

Port From (https://github.com/TrinityCore/TrinityCore/commit/513788e884f15ca0d9dd3c0897e6fea87f0a1fff)
This commit is contained in:
hondacrx
2023-05-21 17:11:13 -04:00
parent ac05760112
commit 1ce3844697
+2
View File
@@ -1127,6 +1127,8 @@ namespace Game.Entities
else
ToTempSummon().UnSummon(2000); // Approximation
}
RemoveAurasWithInterruptFlags(SpellAuraInterruptFlags2.AbandonVehicle);
}
public void SendPlaySpellVisual(Unit target, uint spellVisualId, ushort missReason, ushort reflectStatus, float travelSpeed, bool speedAsTime = false, float launchDelay = 0f)