From dc1c0ca6d41a3cb15a98cda7a324a948f40c90f7 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 14 Mar 2009 17:17:06 -0600 Subject: Fix some storage-related code You can't end NPC scripts with openstorage, which will now wait for the user. --- src/map/map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index b3ff052..a81d15d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -206,6 +206,9 @@ struct map_session_data { char *npc_script,*npc_scriptroot; char *npc_stackbuf; char npc_str[256]; + struct { + unsigned storage : 1; + } npc_flags; unsigned int chatID; int attacktimer; -- cgit v1.2.3-70-g09d2