diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-10 06:28:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:26 +0300 |
commit | 18df2dcdd7bbf8f7fd98c6773d981844b7ce814b (patch) | |
tree | c0e65eb6387a46f2a35cf5bd62026daf936df96c /src/map | |
parent | 9c644d445ed3a4d739e12fb6039360ed4ec663aa (diff) | |
download | hercules-18df2dcdd7bbf8f7fd98c6773d981844b7ce814b.tar.gz hercules-18df2dcdd7bbf8f7fd98c6773d981844b7ce814b.tar.bz2 hercules-18df2dcdd7bbf8f7fd98c6773d981844b7ce814b.tar.xz hercules-18df2dcdd7bbf8f7fd98c6773d981844b7ce814b.zip |
Fix comment for clif_use_card.
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 7aca7ea8e..cb3ba70f0 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -6171,7 +6171,7 @@ static void clif_solved_charname(int fd, int charid, const char *name) } /// Presents a list of items that can be carded/composed (ZC_ITEMCOMPOSITION_LIST). -/// 017b <packet len>.W { <name id>.W }* +/// 017b <packet len>.W { <index>.W }* static void clif_use_card(struct map_session_data *sd, int idx) { int i, c; |