summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-09-23 01:09:00 +0200
committerGitHub <noreply@github.com>2019-09-23 01:09:00 +0200
commit7121899a562856863984ce90268e9af37769b346 (patch)
tree8f2c17a1ae78dad6a657866720523d1691f25daf /src/map/map.h
parentab1127c269daa390f1648f6e8615fe8c209d879e (diff)
parent20a1f4facea1dc58112b5d2609533dc554b0574b (diff)
downloadhercules-7121899a562856863984ce90268e9af37769b346.tar.gz
hercules-7121899a562856863984ce90268e9af37769b346.tar.bz2
hercules-7121899a562856863984ce90268e9af37769b346.tar.xz
hercules-7121899a562856863984ce90268e9af37769b346.zip
Merge pull request #2523 from MishimaHaruna/name-partial-match
Name partial match
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 39eb07e4c..6b360e1bc 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1208,7 +1208,7 @@ END_ZEROED_BLOCK;
void (*addiddb) (struct block_list *bl);
void (*deliddb) (struct block_list *bl);
/* */
- struct map_session_data * (*nick2sd) (const char *nick);
+ struct map_session_data * (*nick2sd) (const char *nick, bool allow_partial);
struct mob_data * (*getmob_boss) (int16 m);
struct mob_data * (*id2boss) (int id);
uint32 (*race_id2mask) (int race);