summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-09-12 00:16:56 +0000
committerFate <fate-tmw@googlemail.com>2009-09-12 00:16:56 +0000
commit6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5 (patch)
tree77cefd6e2392085bf92abeca0af1ef4462e25941 /src/map/map.h
parent80361c9a3b7fde14bbc094cc1dd241b52e33d9bc (diff)
downloadtmwa-6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5.tar.gz
tmwa-6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5.tar.bz2
tmwa-6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5.tar.xz
tmwa-6d6ee36ddea2465e34fcb67fc0fc8f37e9818df5.zip
Implemented pDeaf property (70) which makes PCs ignore regular PC chat (except for GMs)
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 71b091a..28729c6 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -184,6 +184,7 @@ struct map_session_data {
unsigned unbreakable_weapon : 1;
unsigned unbreakable_armor : 1;
unsigned infinite_autospell : 1;
+ unsigned deaf : 1;
} special_state;
int char_id, login_id1, login_id2, sex;
unsigned char tmw_version; // tmw client version
@@ -581,6 +582,7 @@ enum {
SP_28,SP_ATK1,SP_ATK2,SP_MATK1,SP_MATK2,SP_DEF1,SP_DEF2,SP_MDEF1, // 40-47
SP_MDEF2,SP_HIT,SP_FLEE1,SP_FLEE2,SP_CRITICAL,SP_ASPD,SP_36,SP_JOBLEVEL, // 48-55
SP_UPPER,SP_PARTNER,SP_CART,SP_FAME,SP_UNBREAKABLE, //56-58
+ SP_DEAF=70,
SP_CARTINFO=99, // 99
SP_GM=500,