summaryrefslogtreecommitdiff
path: root/src/emap/pc.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-26 23:23:16 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-26 23:23:16 +0300
commit11ca521d41296e97eecfa33196ea59579558dcd4 (patch)
tree91026b0b390df40bbc61f44abd4ce794b7413c69 /src/emap/pc.c
parentf2715238b17ea6a3b420bc3286500d1521b3634c (diff)
downloadevol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.gz
evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.bz2
evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.xz
evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.zip
Fix compilation after hercules update.
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r--src/emap/pc.c3
1 files changed, 3 insertions, 0 deletions
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;
}