summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-16 13:56:19 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-16 13:56:19 -0600
commit68c3337b48956e286ce8539e164c46eb91e96687 (patch)
tree1c0ba4007fcbf4d9730b3e1351e8e8b5f7a18fc8 /src/map/map.h
parentd450f9fd7b5d4fd71d4f7e244ef9d0786d0f745a (diff)
downloadtmwa-68c3337b48956e286ce8539e164c46eb91e96687.tar.gz
tmwa-68c3337b48956e286ce8539e164c46eb91e96687.tar.bz2
tmwa-68c3337b48956e286ce8539e164c46eb91e96687.tar.xz
tmwa-68c3337b48956e286ce8539e164c46eb91e96687.zip
Only resume script after divorce if need to
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index a81d15d..a3dbb03 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -208,6 +208,7 @@ struct map_session_data {
char npc_str[256];
struct {
unsigned storage : 1;
+ unsigned divorce : 1;
} npc_flags;
unsigned int chatID;