fix: Correctly removing active meditation buff when at peace (#1856)
This commit is contained in:
parent
70b2e9820d
commit
0374b74f67
1 changed files with 5 additions and 0 deletions
|
|
@ -1214,6 +1214,11 @@ namespace Server.Mobiles
|
||||||
SpecialMove.ClearCurrentMove(this);
|
SpecialMove.ClearCurrentMove(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!Meditating)
|
||||||
|
{
|
||||||
|
BuffInfo.RemoveBuff(this, BuffIcon.ActiveMeditation);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void OnLogin(PlayerMobile from)
|
public static void OnLogin(PlayerMobile from)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue