forked from liza/Questionable
Fix nonsense use of portrait id when switching classes
This commit is contained in:
parent
9c414d44cd
commit
440a746e46
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user