summaryrefslogtreecommitdiff
path: root/src/map/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/parse.c')
-rw-r--r--src/map/parse.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/parse.c b/src/map/parse.c
index 7044197..3cef1f9 100644
--- a/src/map/parse.c
+++ b/src/map/parse.c
@@ -16,6 +16,7 @@
#include "map/parse.h"
#include "map/send.h"
+#include "map/map.h"
#include "map/data/session.h"
#include "map/struct/sessionext.h"
@@ -130,3 +131,8 @@ void map_parse_set_status(int fd)
struct SessionExt *data = session_get(fd);
data->state = RFIFOB(fd, 2);
}
+
+void map_parse_get_online_list(int fd)
+{
+ emap_online_list(fd);
+}