mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 08:50:51 +01:00
Set marketplace limit like Habbo
This commit is contained in:
parent
95fab253d8
commit
6345244ff3
@ -153,7 +153,7 @@ public class MarketPlace {
|
|||||||
|
|
||||||
query += " AS B ON a.id = B.id";
|
query += " AS B ON a.id = B.id";
|
||||||
|
|
||||||
query += " LIMIT 100";
|
query += " LIMIT 250";
|
||||||
|
|
||||||
try (Connection connection = Emulator.getDatabase().getDataSource().getConnection(); PreparedStatement statement = connection.prepareStatement(query)) {
|
try (Connection connection = Emulator.getDatabase().getDataSource().getConnection(); PreparedStatement statement = connection.prepareStatement(query)) {
|
||||||
statement.setInt(1, Emulator.getIntUnixTimestamp() - 172800);
|
statement.setInt(1, Emulator.getIntUnixTimestamp() - 172800);
|
||||||
|
Loading…
Reference in New Issue
Block a user