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
This commit is contained in:
Ricky Owens 2022-03-07 11:45:30 -05:00 committed by GitHub
parent c0a66fa60f
commit 905c1a61ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ namespace FModel.Creator
switch (_object.ExportType)
{
// Fortnite
case "FortCreativeWeaponMeleeItemDefinition":
case "AthenaConsumableEmoteItemDefinition":
case "AthenaSkyDiveContrailItemDefinition":
case "AthenaLoadingScreenItemDefinition":