From 669a5f22c7ff9c63c1f19bf5fe757e8ac90ced0d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Sep 2014 13:21:00 +0300 Subject: eathena: add packet SMSG_HOMUNCULUS_FOOD 0x022f. --- src/resources/notifications.h | 10 +++++++++- src/resources/notifytypes.h | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index b4439ada8..dec091468 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -353,7 +353,15 @@ namespace NotifyManager {"mercenary unknown", // TRANSLATORS: notification message N_("Mercenary unknown state."), - NotifyFlags::EMPTY} + NotifyFlags::EMPTY}, + {"homunculus feed ok", + // TRANSLATORS: notification message + N_("Your feed your homunculus."), + NotifyFlags::EMPTY}, + {"homunculus feed failed", + // TRANSLATORS: notification message + N_("You cant feed homunculus, because not have %s."), + NotifyFlags::STRING} }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 14ff47265..c1de1d201 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -108,6 +108,8 @@ namespace NotifyTypes MERCENARY_FIRED, MERCENARY_RUN, MERCENARY_UNKNOWN, + HOMUNCULUS_FEED_OK, + HOMUNCULUS_FEED_FAIL, TYPE_END }; -- cgit v1.2.3-70-g09d2