summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-23 00:51:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-23 00:51:02 +0300
commit3c0d5ff41079e9ffa2853f1f44b1512a5949926a (patch)
tree6037ef3a6b1837ade45fb02bec6d91a19729463f /src/resources/notifications.h
parent003b61e91476ef9cf7275a7a77cdf8a755be6d60 (diff)
downloadManaVerse-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.gz
ManaVerse-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.bz2
ManaVerse-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.tar.xz
ManaVerse-3c0d5ff41079e9ffa2853f1f44b1512a5949926a.zip
Impliment packet SMSG_PET_CATCH_PROCESS.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 946889596..132708035 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -734,6 +734,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Unknown ignore type."),
NotifyFlags::EMPTY},
+ {"pet catch process",
+ // TRANSLATORS: notification message
+ N_("Pet catch started."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H