Skip to content

Commit 7ab8e42

Browse files
committed
Enabled loading mounts (not sure why this was removed)
1 parent b9e04b4 commit 7ab8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WzVisualizer/GUI/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private void LoadWzData(WzMapleVersion mapleVersion, string mapleDirectory) {
263263
case 190:
264264
case 191:
265265
case 193: // Taming Mob
266-
//if (selectedTab == 13) AddGridRow(, image);
266+
if (selectedTab == 13) AddGridRow(EquipMountsView.GridView, image);
267267
break;
268268
}
269269
}

0 commit comments

Comments
 (0)