Cleaned up (#7164)

minor follow up to 7336058
This commit is contained in:
Keitenai 2022-08-05 17:47:55 +08:00 committed by GitHub
parent c6c534a3eb
commit cda284f123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11737,7 +11737,7 @@ bool pc_unequipitem(struct map_session_data *sd, int n, int flag) {
}
if(pos & EQP_HAND_R) {
sd->weapontype1 = 0;
sd->weapontype1 = W_FIST;
sd->status.weapon = sd->weapontype2;
pc_calcweapontype(sd);
clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon);