@@ -33,7 +33,6 @@ public bool TryConstructCreator(out UCreator creator)
3333 switch ( _object . ExportType )
3434 {
3535 // Fortnite
36- case "FortCreativeWeaponMeleeItemDefinition" :
3736 case "AthenaConsumableEmoteItemDefinition" :
3837 case "AthenaSkyDiveContrailItemDefinition" :
3938 case "AthenaLoadingScreenItemDefinition" :
@@ -101,7 +100,6 @@ public bool TryConstructCreator(out UCreator creator)
101100 case "FortConsumableItemDefinition" :
102101 case "StWFortAccoladeItemDefinition" :
103102 case "FortAccountBuffItemDefinition" :
104- case "FortWeaponMeleeItemDefinition" :
105103 case "FortPlayerPerksItemDefinition" :
106104 case "FortPlaysetPropItemDefinition" :
107105 case "FortPrerollDataItemDefinition" :
@@ -135,9 +133,7 @@ public bool TryConstructCreator(out UCreator creator)
135133 case "FortCampaignHeroLoadoutItemDefinition" :
136134 case "FortConditionalResourceItemDefinition" :
137135 case "FortChallengeBundleScheduleDefinition" :
138- case "FortWeaponMeleeDualWieldItemDefinition" :
139136 case "FortDailyRewardScheduleTokenDefinition" :
140- case "FortCreativeWeaponRangedItemDefinition" :
141137 case "FortVehicleCosmeticsItemDefinition_Body" :
142138 case "FortVehicleCosmeticsItemDefinition_Skin" :
143139 case "FortVehicleCosmeticsItemDefinition_Wheel" :
@@ -164,7 +160,11 @@ public bool TryConstructCreator(out UCreator creator)
164160 case "FortSpyTechItemDefinition" :
165161 case "FortAccoladeItemDefinition" :
166162 case "FortContextTrapItemDefinition" :
163+ case "FortWeaponMeleeItemDefinition" :
167164 case "FortWeaponRangedItemDefinition" :
165+ case "FortCreativeWeaponMeleeItemDefinition" :
166+ case "FortWeaponMeleeDualWieldItemDefinition" :
167+ case "FortCreativeWeaponRangedItemDefinition" :
168168 case "Daybreak_LevelExitVehicle_PartItemDefinition_C" :
169169 creator = new BaseIconStats ( _object , _style ) ;
170170 return true ;
0 commit comments