Removed unnecessary Long literals.

This commit is contained in:
MobiusDev
2018-06-21 09:59:45 +00:00
parent e7504cea28
commit fd6b72dab6
294 changed files with 643 additions and 643 deletions

View File

@@ -979,7 +979,7 @@ public class GameStatusThread extends Thread
statement.setInt(2, -249645);
statement.setInt(3, -2984);
statement.setInt(4, L2PcInstance.PunishLevel.JAIL.value());
statement.setLong(5, delay * 60000L);
statement.setLong(5, delay * 60000);
statement.setString(6, name);
statement.execute();