Skip to content

Commit

Permalink
one more alias for weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Jan 11, 2024
1 parent e34a091 commit 2330390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataTool/ToolLogic/Extract/ExtractHeroUnlocks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class ExtractHeroUnlocks : QueryParser, ITool, IQueryParser {
new CosmeticType(UnlockType.Emote, "Emote"),
new CosmeticType(UnlockType.VoiceLine, "Voice Line"),
new CosmeticType(UnlockType.WeaponSkin, "Weapon Skin") {
Aliases = ["weaponvariant"]
Aliases = ["weaponvariant", "weapon"]
},
new CosmeticType(UnlockType.NameCard, "Name Card(HERO SPECIFIC ONLY, MOST ARE NOT. USE extract-general)"),
new CosmeticType(UnlockType.WeaponCharm, "Weapon Charm(HERO SPECIFIC ONLY, MOST ARE NOT. USE extract-general)") {
Expand Down

0 comments on commit 2330390

Please sign in to comment.