summaryrefslogtreecommitdiff
path: root/src/enums/resources/notifytypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-14 15:51:23 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-14 15:51:23 +0300
commita4ee70af007aca5a59a923454ed340cdb6d1e080 (patch)
treeece6e48e91962ca807d1671766dfcce80f8cc28b /src/enums/resources/notifytypes.h
parent4ba35c456af28479b547f2ab2c0bd02c40c292f6 (diff)
downloadplus-a4ee70af007aca5a59a923454ed340cdb6d1e080.tar.gz
plus-a4ee70af007aca5a59a923454ed340cdb6d1e080.tar.bz2
plus-a4ee70af007aca5a59a923454ed340cdb6d1e080.tar.xz
plus-a4ee70af007aca5a59a923454ed340cdb6d1e080.zip
Add option for show why player disappeared. Can be usefull for GM's.
Located in settings / players / Log players actions (for GM)
Diffstat (limited to 'src/enums/resources/notifytypes.h')
-rw-r--r--src/enums/resources/notifytypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/enums/resources/notifytypes.h b/src/enums/resources/notifytypes.h
index 6772a172a..242219fd0 100644
--- a/src/enums/resources/notifytypes.h
+++ b/src/enums/resources/notifytypes.h
@@ -214,6 +214,11 @@ namespace NotifyTypes
DELETE_ITEM_ANALYSIS,
DELETE_ITEM_UNKNOWN,
DELETE_ITEM_DROPPED,
+ BEING_REMOVE_DIED,
+ BEING_REMOVE_LOGGED_OUT,
+ BEING_REMOVE_WARPED,
+ BEING_REMOVE_TRICK_DEAD,
+ BEING_REMOVE_UNKNOWN,
TYPE_END
};