From f840d8133e7fe1e76c9e1401a39fc57fecc0b140 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 3 Oct 2014 19:01:07 +0300 Subject: eathena: add packet SMSG_PLAYER_INSERT_CARD 0x017d. --- src/resources/notifications.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index b5f1f88de..78d4e00dc 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -361,7 +361,15 @@ namespace NotifyManager {"homunculus feed failed", // TRANSLATORS: notification message N_("You cant feed homunculus, because not have %s."), - NotifyFlags::STRING} + NotifyFlags::STRING}, + {"card insert failed", + // TRANSLATORS: notification message + N_("Card insert failed."), + NotifyFlags::EMPTY}, + {"card insert success", + // TRANSLATORS: notification message + N_("Card inserted."), + NotifyFlags::EMPTY} }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-70-g09d2