Enrollment officer no longer strips buffs

This commit is contained in:
2024-04-29 18:50:09 -05:00
parent 42dd2b4e68
commit 93773a7784
@@ -143,7 +143,6 @@ public class VendorDialogMsg extends ClientNetMsg {
currentBoxes.add(pc);
}
playerCharacter.isBoxed = false;
playerCharacter.clearEffects();
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true);
for(PlayerCharacter box : currentBoxes)
box.isBoxed = true;