more net 4.0 parallelization

This commit is contained in:
Mark Sturgill 2013-10-11 03:58:28 -07:00
parent 0e31731d01
commit d2e02ecda4
5 changed files with 254 additions and 155 deletions

View file

@ -1212,6 +1212,8 @@ namespace Server.Mobiles
public override void OnHiddenChanged()
{
base.OnHiddenChanged();
RemoveBuff(BuffIcon.Invisibility); //Always remove, default to the hiding icon EXCEPT in the invis spell where it's explicitly set
if (!Hidden)