summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index c9184b22d..f809cb19c 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -48,12 +48,6 @@ struct npc_data {
char* path;/* path dir */
enum npc_subtype subtype;
int src_id;
- struct {
- int icon;
- int quest_id;
- bool hasJob;
- int job;
- } quest;
union {
struct {
struct script_code *script;