From 905c1a61efe9588565cdc048e573a5edd45dd11d Mon Sep 17 00:00:00 2001 From: Ricky Owens <38590471+iFireMonkey@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:45:30 -0500 Subject: [PATCH] CRD_Melee WID Support (#252) The following WIDs listed below used a new type of "FortCreativeWeaponMeleeItemDefinition" so I decided to throw in a quick fix to allow those icons to be generated. WID_Creative_Melee_Sword_Ninja WID_Creative_Melee_Spear_Basic WID_Creative_Melee_Hammer_SledgeWrapped --- FModel/Creator/CreatorPackage.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FModel/Creator/CreatorPackage.cs b/FModel/Creator/CreatorPackage.cs index 33af99cd..47034823 100644 --- a/FModel/Creator/CreatorPackage.cs +++ b/FModel/Creator/CreatorPackage.cs @@ -32,6 +32,7 @@ namespace FModel.Creator switch (_object.ExportType) { // Fortnite + case "FortCreativeWeaponMeleeItemDefinition": case "AthenaConsumableEmoteItemDefinition": case "AthenaSkyDiveContrailItemDefinition": case "AthenaLoadingScreenItemDefinition":