diff options
author | shennetsind <ind@henn.et> | 2013-06-13 00:08:51 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:51:10 -0400 |
commit | 0bcefa16b14cc32a98d00e8a783bcf252c7fa1a1 (patch) | |
tree | 403e08b6a8aa9a1fd3a2011b71b404db77488cf3 | |
parent | 47d6f48fd0cdad697ab762701230ce6b5503edc1 (diff) | |
download | hercules-0bcefa16b14cc32a98d00e8a783bcf252c7fa1a1.tar.gz hercules-0bcefa16b14cc32a98d00e8a783bcf252c7fa1a1.tar.bz2 hercules-0bcefa16b14cc32a98d00e8a783bcf252c7fa1a1.tar.xz hercules-0bcefa16b14cc32a98d00e8a783bcf252c7fa1a1.zip |
Fixed Bug #7334 Part 3
http://hercules.ws/board/tracker/issue-7334-mc-identify/
Special Thanks to kyeme~!
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | src/map/skill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index dcc422da5..5a10038d8 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6289,7 +6289,6 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui if(sd) { clif->item_identify_list(sd); if( sd->menuskill_id != MC_IDENTIFY ) {/* failed, dont consume anything, return */ - clif->skill_nodamage(src,bl,skill_id,skill_lv,1); iMap->freeblock_unlock(); return 1; } |