Enrollment officer no longer strips buffs
This commit is contained in:
@@ -143,7 +143,6 @@ public class VendorDialogMsg extends ClientNetMsg {
|
|||||||
currentBoxes.add(pc);
|
currentBoxes.add(pc);
|
||||||
}
|
}
|
||||||
playerCharacter.isBoxed = false;
|
playerCharacter.isBoxed = false;
|
||||||
playerCharacter.clearEffects();
|
|
||||||
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true);
|
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true);
|
||||||
for(PlayerCharacter box : currentBoxes)
|
for(PlayerCharacter box : currentBoxes)
|
||||||
box.isBoxed = true;
|
box.isBoxed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user