Browse Source

Cleaned up (#7164)

minor follow up to 7336058
Keitenai 2 years ago
parent
commit
cda284f123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/pc.cpp

+ 1 - 1
src/map/pc.cpp

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