Skip to content

Commit

Permalink
CRD_Melee WID Support (#252)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
iFireMonkey committed Mar 7, 2022
1 parent c0a66fa commit 905c1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FModel/Creator/CreatorPackage.cs
Expand Up @@ -32,6 +32,7 @@ public bool TryConstructCreator(out UCreator creator)
switch (_object.ExportType)
{
// Fortnite
case "FortCreativeWeaponMeleeItemDefinition":
case "AthenaConsumableEmoteItemDefinition":
case "AthenaSkyDiveContrailItemDefinition":
case "AthenaLoadingScreenItemDefinition":
Expand Down

0 comments on commit 905c1a6

Please sign in to comment.