diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-23 01:12:26 +0300 |
commit | 75604ffe8c2ef1f2d76a44dc30e8a257b695daf5 (patch) | |
tree | 5cb43dcb41627d3313ba3d2a371b1a597fd3bab5 /src/enums | |
parent | 17e9519c2ee0b126db5ba1df61dcddf9f7b90b47 (diff) | |
download | ManaVerse-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.gz ManaVerse-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.bz2 ManaVerse-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.tar.xz ManaVerse-75604ffe8c2ef1f2d76a44dc30e8a257b695daf5.zip |
Add ability to send new mail by /sendmail chat command.
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/resources/notifytypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/enums/resources/notifytypes.h b/src/enums/resources/notifytypes.h index a4f9a5761..ec39b70b9 100644 --- a/src/enums/resources/notifytypes.h +++ b/src/enums/resources/notifytypes.h @@ -233,6 +233,7 @@ namespace NotifyTypes BUY_FAILED_NPC_NOT_FOUND, BUY_FAILED_SYSTEM_ERROR, BUY_FAILED_WRONG_ITEM, + MAIL_NAME_VALIDATION_ERROR, TYPE_END }; |