Skip to content

Commit b1adbcf

Browse files
committed
Added missing name loading for certain 'Accessory' types
1 parent 16511b8 commit b1adbcf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

WzVisualizer/WzStringUtility.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ private static string GetEqpCategory(int ID) {
5050
case 2: return "Face";
5151
case 3: return "Hair";
5252
case 100: return "Cap";
53-
case 101: return "Accessory";
53+
case 101:
54+
case 102:
55+
case 103:
56+
case 112:
57+
case 113:
58+
case 114: return "Accessory";
5459
case 104: return "Coat";
5560
case 105: return "Longcoat";
5661
case 106: return "Pants";

0 commit comments

Comments
 (0)