diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-23 00:51:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-23 00:51:02 +0300 |
commit | 3c0d5ff41079e9ffa2853f1f44b1512a5949926a (patch) | |
tree | 6037ef3a6b1837ade45fb02bec6d91a19729463f /src/enums | |
parent | 003b61e91476ef9cf7275a7a77cdf8a755be6d60 (diff) | |
download | plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.gz plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.bz2 plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.xz plus-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.zip |
Impliment packet SMSG_PET_CATCH_PROCESS.
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 f04ce2dc9..318688863 100644 --- a/src/enums/resources/notifytypes.h +++ b/src/enums/resources/notifytypes.h @@ -202,6 +202,7 @@ namespace NotifyTypes UNIGNORE_PLAYER_FAILURE, UNIGNORE_PLAYER_UNKNOWN, IGNORE_PLAYER_TYPE_UNKNOWN, + PET_CATCH_PROCESS, TYPE_END }; |