[CN2] Adding Daretti, Ingenious Iconoclast.

This commit is contained in:
LevelX2 2016-09-26 18:01:17 +02:00
parent 652672ee45
commit e1dc3d4ea1
3 changed files with 268 additions and 1 deletions

View file

@ -276,7 +276,7 @@ public class GameEvent implements Serializable {
}
private GameEvent(EventType type, UUID customEventType,
UUID targetId, UUID sourceId, UUID playerId, int amount, boolean flag) {
UUID targetId, UUID sourceId, UUID playerId, int amount, boolean flag) {
this.type = type;
this.customEventType = customEventType;
this.targetId = targetId;