diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 1585a2bc8..a73a3ae06 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -59,6 +59,7 @@ struct npc_timerevent_list { struct npc_label_list { char name[NAME_LENGTH]; int pos; + enum script_label_flags flags; }; struct npc_barter_currency { |