mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
Update CalendarRewardClaimed.java
This commit is contained in:
parent
287af8aba4
commit
8eacb5b977
@ -16,7 +16,7 @@ public class CalendarRewardClaimed {
|
||||
this.campaign = set.getInt("campaign_id");
|
||||
this.day = set.getInt("day");
|
||||
this.reward_id = set.getInt("reward_id");
|
||||
this.timestamp = set.getTimestamp("timestamp");
|
||||
this.timestamp = new Timestamp(set.getInt("timestamp") * 1000L);
|
||||
}
|
||||
|
||||
public CalendarRewardClaimed(int user_id, int campaign, int day, int reward_id, Timestamp timestamp) {
|
||||
|
Loading…
Reference in New Issue
Block a user