summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-13 21:13:52 -0500
committerWushin <pasekei@gmail.com>2015-04-13 21:13:52 -0500
commitbf54afff27cd03ed535859009baa0b4c4fa663e9 (patch)
tree92b3e0ab2e6e668da98cc023b27858e7c5fef419 /src/map/map.hpp
parentc776b7a5d8075ede4a364bfdd0c6fb3cb6f6c5fa (diff)
parent8e8876474eddefe474528c73851b3af2c6d9327f (diff)
downloadtmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.gz
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.bz2
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.tar.xz
tmwa-bf54afff27cd03ed535859009baa0b4c4fa663e9.zip
Merge pull request #41 from wushin/pvp-script-persistance
Make killer & killable script builtins
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index 3dd03e7..f57dcee 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -142,11 +142,10 @@ struct map_session_data : block_list, SessionData
unsigned shroud_disappears_on_pickup:1;
unsigned shroud_disappears_on_talk:1;
unsigned seen_motd:1;
+ unsigned pvpchannel;
} state;
struct
{
- unsigned killer:1;
- unsigned killable:1;
unsigned unbreakable_weapon:1;
unsigned unbreakable_armor:1;
unsigned deaf:1;