diff options
-rw-r--r-- | src/map/clif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 951eed42c..1467493bb 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3545,6 +3545,7 @@ void clif_getareachar_pc(struct map_session_data* sd,struct map_session_data* ds */ //fixed by Valaris void clif_getareachar_npc(struct map_session_data* sd,struct npc_data* nd) +{ int len; nullpo_retv(sd); nullpo_retv(nd); |