diff --git a/Projects/UOContent/Mobiles/PlayerMobile.cs b/Projects/UOContent/Mobiles/PlayerMobile.cs index 767c833ef..43aefed97 100644 --- a/Projects/UOContent/Mobiles/PlayerMobile.cs +++ b/Projects/UOContent/Mobiles/PlayerMobile.cs @@ -1214,6 +1214,11 @@ namespace Server.Mobiles SpecialMove.ClearCurrentMove(this); } } + + if (!Meditating) + { + BuffInfo.RemoveBuff(this, BuffIcon.ActiveMeditation); + } } public static void OnLogin(PlayerMobile from)