summaryrefslogtreecommitdiff
path: root/src/resources/notifytypes.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-29 21:36:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-29 21:36:44 +0300
commit600c370ed33ec9828ef609d68a8e46d564f0f1af (patch)
tree21b6ee1a0250dfa123858a53bfe991cba33af01a /src/resources/notifytypes.h
parent8e0bbcbabb8752d8c28618e98a1ea46309252f3a (diff)
downloadplus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.gz
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.bz2
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.tar.xz
plus-600c370ed33ec9828ef609d68a8e46d564f0f1af.zip
eathena: impliment packet SMSG_MAIL_RETURN.
Diffstat (limited to 'src/resources/notifytypes.h')
-rw-r--r--src/resources/notifytypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index cdd6a22d0..36792b6b9 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -164,6 +164,8 @@ namespace NotifyTypes
MAIL_SEND_ERROR,
MAIL_ATTACH_ITEM_ERROR,
MAIL_ATTACH_MONEY_ERROR,
+ MAIL_RETURN_ERROR,
+ MAIL_RETURN_OK,
TYPE_END
};