summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-10 06:27:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-15 20:36:26 +0300
commit9c644d445ed3a4d739e12fb6039360ed4ec663aa (patch)
tree225f7dc2d8f547de7ecd506400fc47e0e1cc2c71 /src
parentb8d36d894c8e1c931ba2143c763cd2e562c8572e (diff)
downloadhercules-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')
-rw-r--r--src/map/clif.c2
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;