Browse Source

Follow up to https://github.com/rathena/rathena/commit/5fe81455b07caca715f05f824e1c3300197c2dc1
* forgot something Oops XD, Thank you @Lemongrass, @Aleos

Napster 9 years ago
parent
commit
be903ddb1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/map/clif.c

+ 1 - 0
src/map/clif.c

@@ -18518,6 +18518,7 @@ void clif_parse_Oneclick_Itemidentify(int fd, struct map_session_data *sd) {
 
     if ( pc_delitem(sd, i, 1, 0, 0, LOG_TYPE_OTHER) != 0 ) {
         // TODO: deleting magnifier failed, for whatever reason...
+		return;
     }
 
     skill_identify(sd, idx);