From 11ca521d41296e97eecfa33196ea59579558dcd4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Jul 2018 23:23:16 +0300 Subject: Fix compilation after hercules update. --- src/emap/pc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/emap/pc.c') diff --git a/src/emap/pc.c b/src/emap/pc.c index d87b132..afea705 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -20,6 +20,7 @@ #include "map/itemdb.h" #include "map/npc.h" #include "map/pc.h" +#include "map/quest.h" #include "plugins/HPMHooking.h" @@ -1009,6 +1010,8 @@ int epc_jobchange(struct map_session_data *sd, } } + quest->questinfo_refresh(sd); + return 0; } -- cgit v1.2.3-70-g09d2