Skip to content

Commit 8f2e79d

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Made hero_equip_exceptions into an array
1 parent 16859f4 commit 8f2e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/TriggerEventsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class LootLockerGrantedAssets
5454
public LootLockerFilter [] filters { get; set; }
5555
public LootLockerFile [] files { get; set; }
5656
public List<object> data_entities { get; set; }
57-
public LootLockerHeroEquipExceptions hero_equip_exceptions { get; set; }
57+
public LootLockerHeroEquipExceptions[] hero_equip_exceptions { get; set; }
5858
public object asset_candidate { get; set; }
5959
public int? drop_table_max_picks { get; set; }
6060
}

0 commit comments

Comments
 (0)