mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Add physical ranged and melee groups.
This commit is contained in:
parent
500f2d8839
commit
4e021d016e
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public static class GameData
|
||||||
|
|
||||||
return idx switch
|
return idx switch
|
||||||
{
|
{
|
||||||
// Single jobs
|
// Single jobs and big groups
|
||||||
91 => true,
|
91 => true,
|
||||||
92 => true,
|
92 => true,
|
||||||
96 => true,
|
96 => true,
|
||||||
|
|
@ -54,6 +54,8 @@ public static class GameData
|
||||||
159 => true,
|
159 => true,
|
||||||
180 => true,
|
180 => true,
|
||||||
181 => true,
|
181 => true,
|
||||||
|
188 => true,
|
||||||
|
189 => true,
|
||||||
|
|
||||||
// Class + Job
|
// Class + Job
|
||||||
38 => true,
|
38 => true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue