diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-10 06:27:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:26 +0300 |
commit | 9c644d445ed3a4d739e12fb6039360ed4ec663aa (patch) | |
tree | 225f7dc2d8f547de7ecd506400fc47e0e1cc2c71 /src/map | |
parent | b8d36d894c8e1c931ba2143c763cd2e562c8572e (diff) | |
download | hercules-9c644d445ed3a4d739e12fb6039360ed4ec663aa.tar.gz hercules-9c644d445ed3a4d739e12fb6039360ed4ec663aa.tar.bz2 hercules-9c644d445ed3a4d739e12fb6039360ed4ec663aa.tar.xz hercules-9c644d445ed3a4d739e12fb6039360ed4ec663aa.zip |
Fix comment in clif_item_identify_list.
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 4bfda5325..7aca7ea8e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -6221,7 +6221,7 @@ static void clif_insert_card(struct map_session_data *sd, int idx_equip, int idx } /// Presents a list of items that can be identified (ZC_ITEMIDENTIFY_LIST). -/// 0177 <packet len>.W { <name id>.W }* +/// 0177 <packet len>.W { <index>.W }* static void clif_item_identify_list(struct map_session_data *sd) { int i,c; |