|
|
@ -149,9 +149,12 @@ public class VendorDialogMsg extends ClientNetMsg { |
|
|
|
currentBoxes.add(pc); |
|
|
|
currentBoxes.add(pc); |
|
|
|
} |
|
|
|
} |
|
|
|
playerCharacter.isBoxed = false; |
|
|
|
playerCharacter.isBoxed = false; |
|
|
|
|
|
|
|
playerCharacter.title = CharacterTitle.NONE; |
|
|
|
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; |
|
|
|
|
|
|
|
box.title = CharacterTitle.BOX; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg); |
|
|
|
Dispatch dispatch = Dispatch.borrow(playerCharacter, msg); |
|
|
|
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY); |
|
|
|
DispatchMessage.dispatchMsgDispatch(dispatch, DispatchChannel.SECONDARY); |
|
|
|