Enum defined and database work started.

This commit is contained in:
2023-08-14 12:50:50 -04:00
parent 68feae4111
commit 4342fe9819
+1 -1
View File
@@ -49,7 +49,7 @@ public class Petition extends AbstractGameObject {
//check that table exists
PreparedStatement preparedStatement = connection.prepareStatement("INSERT INTO `dyn_petition` (`time`=?, `primaryType`=?, `subType`=?, `accountID`=?, `account`=?, "
PreparedStatement preparedStatement = connection.prepareStatement("INSERT INTO `dyn_petition` (`petitionTime`=?, `primaryType`=?, `subType`=?, `accountID`=?, `account`=?, "
+ "`characterID`=?, `character`=?, `location`=?, `message`=?")) {
preparedStatement.setTimestamp(1, new java.sql.Timestamp(System.currentTimeMillis()));