summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 79474cc63..19b039b06 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -538,7 +538,7 @@ struct map_session_data {
int npc_menu;
int npc_amount;
struct script_stack *stack;
- unsigned char *npc_script,*npc_scriptroot;
+ struct script_code *npc_script,*npc_scriptroot;
int npc_scriptstate;
char npc_str[256];
int npc_timer_id; //For player attached npc timers. [Skotlex]
@@ -805,7 +805,7 @@ struct npc_data {
union {
struct {
- unsigned char *script;
+ struct script_code *script;
short xs,ys;
int guild_id;
int timer,timerid,timeramount,rid;