summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index c1102d514..18f8f978e 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -171,6 +171,11 @@ struct map_session_data {
time_t idletime;
struct{
+ int npc_id;
+ unsigned int timeout;
+ } progressbar; //Progress Bar [Inkfish]
+
+ struct{
char name[NAME_LENGTH];
} ignore[MAX_IGNORE_LIST];