Catalog Purchase and D/C

Issue #226 resolved
Jmando ZAP created an issue

When I purchase xmas11_elewood users d/c when they enter hotel again the furni is in the room where they placed it.

java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.valueOf(Unknown Source) at com.eu.habbo.habbohotel.items.Item.getCurrentHeight(Item.java:208) at com.eu.habbo.habbohotel.users.HabboItem.serializeFloorData(HabboItem.java:80) at com.eu.habbo.messages.outgoing.rooms.items.AddFloorItemComposer.compose(AddFloorItemComposer.java:25) at com.eu.habbo.messages.incoming.rooms.items.RoomPlaceItemEvent.handle(RoomPlaceItemEvent.java:203) at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:113) at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) at java.lang.Thread.run(Unknown Source)

Comments (4)

  1. kek

    Run this query and show me the result

    SELECT `stack_height`,`interaction_type`,`interaction_modes_count`,`multiheight` FROM `items_base` WHERE `item_name` = 'xmas11_elewood'
    
  2. Log in to comment