From 45c7fa7d912504e25396320013baf388c419f908 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 23:04:38 +0300 Subject: eathena: add packet SMSG_PET_ROULETTE 0x01a0. --- src/resources/notifications.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 063235af7..952bc0a9e 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -322,6 +322,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Char is not online!"), NotifyFlags::PARTY_STRING}, + {"pet catch failed", + // TRANSLATORS: notification message + N_("Pet catch failed."), + NotifyFlags::EMPTY}, + {"pet catch success", + // TRANSLATORS: notification message + N_("Pet catched."), + NotifyFlags::EMPTY}, + {"pet catch unknown error", + // TRANSLATORS: notification message + N_("Pet catch unkown error: %d."), + NotifyFlags::INT}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50