From 97a8156a1252806f8789fb6d4ae333b0e4cf88f6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 Feb 2015 19:59:04 +0300 Subject: eathena: add packet SMSG_BUYINGSTORE_SELL_FAILED 0x081a. --- 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 818f94512..60e2cefad 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -436,6 +436,18 @@ namespace NotifyManager {"buying store create empty", // TRANSLATORS: notification message N_("Buying store create failed. No items in store."), + NotifyFlags::EMPTY}, + {"buying store sell failed money limit", + // TRANSLATORS: notification message + N_("All items within the buy limit were purchased."), + NotifyFlags::EMPTY}, + {"buying store sell failed empty", + // TRANSLATORS: notification message + N_("All items were purchased."), + NotifyFlags::EMPTY}, + {"buying store sell failed", + // TRANSLATORS: notification message + N_("Buying item failed."), NotifyFlags::EMPTY} }; } // namespace NotifyManager -- cgit v1.2.3-70-g09d2