Quackster / Kepler

A server created in Java designed to revive Habbo Hotel v14 from the 2007 era.
GNU General Public License v3.0
236 stars 65 forks source link

Fix infobus & beauty salon #22

Closed Remi-aah closed 3 years ago

Remi-aah commented 3 years ago

Infobus: ''No enum constant org.alexdev.kepler.game.item.base.ItemBehaviour.PRIVATE_FURNITURE'' image

Beauty salon: Walkways were not defined - both rooms were visible in the navigator and it was not possible to go from one room to the other one.

Remi-aah commented 3 years ago

Not sure if private_furniture should exist. Might also be the SQL since update 1.32: (594, 'park_b', 'bar_basic', 10, 0, 0, 4, 0.001, 1, 1, 'solid,private_furniture', ''),

Remi-aah commented 3 years ago

Infobus was indeed a SQL error. Re-enabled PR #21