diff --git a/Emulator/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java b/Emulator/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java index d37dea17..198df0d5 100644 --- a/Emulator/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java +++ b/Emulator/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionRoomAds.java @@ -29,6 +29,10 @@ public class InteractionRoomAds extends InteractionCustomValues { { this.put("offsetZ", "0"); } + + { + this.put("scale", "100"); + } }; public InteractionRoomAds(ResultSet set, Item baseItem) throws SQLException {