From be903ddb1bf90a87dc3a12fb5984abfebf8b64ae Mon Sep 17 00:00:00 2001 From: Napster Date: Wed, 16 Dec 2015 22:08:45 +0700 Subject: [PATCH] Follow up to https://github.com/rathena/rathena/commit/5fe81455b07caca715f05f824e1c3300197c2dc1 * forgot something Oops XD, Thank you @Lemongrass, @Aleos --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/clif.c b/src/map/clif.c index 7cb28a8b3a..260f27bf40 100644 --- a/src/map/clif.c +++ b/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);