Fix nonsense use of portrait id when switching classes
authorLiza Carvelli <liza@carvel.li>
Tue, 20 Aug 2024 19:57:32 +0000 (21:57 +0200)
committerLiza Carvelli <liza@carvel.li>
Tue, 20 Aug 2024 19:57:32 +0000 (21:57 +0200)
Questionable/Controller/Steps/Shared/SwitchClassJob.cs

index 4a4fa4c0d046855909c5b4606b2618421ba76a85..bacd4b7d39b7e0e4961c5316f30ae5603c7f7e67 100644 (file)
@@ -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;
                 }
             }