|
|
|
@ -140,6 +140,8 @@ public class VendorDialogMsg extends ClientNetMsg {
@@ -140,6 +140,8 @@ public class VendorDialogMsg extends ClientNetMsg {
|
|
|
|
|
ChatManager.chatSystemInfo(playerCharacter, "You Are Already The Active Character."); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
playerCharacter.isBoxed = false; |
|
|
|
|
playerCharacter.removeEffectBySource(Enum.EffectSourceType.DeathShroud,50,true); |
|
|
|
|
ChatManager.chatSystemInfo(playerCharacter, "Promoting To Active Duty"); |
|
|
|
|
ArrayList<PlayerCharacter> currentBoxes = new ArrayList<>(); |
|
|
|
|
for(PlayerCharacter pc : SessionManager.getAllActivePlayerCharacters()){ |
|
|
|
|