From 4e021d016e3291fff2f42b819313cf03645a5dd8 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 31 Jul 2023 18:17:19 +0200 Subject: [PATCH] Add physical ranged and melee groups. --- Glamourer.GameData/GameData.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Glamourer.GameData/GameData.cs b/Glamourer.GameData/GameData.cs index fa77c45..0436662 100644 --- a/Glamourer.GameData/GameData.cs +++ b/Glamourer.GameData/GameData.cs @@ -37,7 +37,7 @@ public static class GameData return idx switch { - // Single jobs + // Single jobs and big groups 91 => true, 92 => true, 96 => true, @@ -54,6 +54,8 @@ public static class GameData 159 => true, 180 => true, 181 => true, + 188 => true, + 189 => true, // Class + Job 38 => true,