Some misc fixes

This commit is contained in:
hondacrx
2022-06-29 11:06:53 -04:00
parent 38632ce132
commit 57d3221a93
4 changed files with 58 additions and 3 deletions
+1 -1
View File
@@ -2318,7 +2318,7 @@ namespace Game.Spells
target.SetIgnoreMovementForces(apply);
}
[AuraEffectHandler(AuraType.IgnoreMovementForces)]
[AuraEffectHandler(AuraType.DisableInertia)]
void HandleDisableInertia(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
{
if (!mode.HasFlag(AuraEffectHandleModes.SendForClientMask))