diff --git a/Questionable/Controller/Steps/Shared/SwitchClassJob.cs b/Questionable/Controller/Steps/Shared/SwitchClassJob.cs index 4a4fa4c0..bacd4b7d 100644 --- a/Questionable/Controller/Steps/Shared/SwitchClassJob.cs +++ b/Questionable/Controller/Steps/Shared/SwitchClassJob.cs @@ -21,7 +21,7 @@ internal sealed class SwitchClassJob(EClassJob classJob, IClientState clientStat var gearset = gearsetModule->GetGearset(i); if (gearset->ClassJob == (byte)classJob) { - gearsetModule->EquipGearset(gearset->Id, gearset->BannerIndex); + gearsetModule->EquipGearset(gearset->Id); return true; } }