mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'marketplace' into 'dev'
Set marketplace limit like Habbo See merge request morningstar/Arcturus-Community!164
This commit is contained in:
commit
40a1c34e19
@ -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