diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index b41f4f1f0..960e99424 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -491,6 +491,7 @@ struct map_session_data { unsigned char *npc_script,*npc_scriptroot;
int npc_scriptstate;
char npc_str[256];
+ int npc_timer_id; //For player attached npc timers. [Skotlex]
unsigned int chatID;
time_t idletime;
@@ -786,7 +787,7 @@ struct npc_data { unsigned char *script;
short xs,ys;
int guild_id;
- int timer,timerid,timeramount,nexttimer,rid;
+ int timer,timerid,timeramount,rid;
unsigned int timertick;
struct npc_timerevent_list *timer_event;
int label_list_num;
|