From b70f77df7ef4bd06b35511e17aa74fc3493dfcd9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Feb 2015 12:36:17 +0300 Subject: eathena: add packet SMSG_BUYINGSTORE_CREATE_FAILED 0x0812. --- src/resources/notifications.h | 12 ++++++++++++ src/resources/notifytypes.h | 3 +++ 2 files changed, 15 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index c5f8a12be..818f94512 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -424,6 +424,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Withdraw failed. You probably don't have this " "amount of money in the bank right now."), + NotifyFlags::EMPTY}, + {"buying store create failed", + // TRANSLATORS: notification message + N_("Buying store create failed."), + NotifyFlags::EMPTY}, + {"buying store create failed weight", + // TRANSLATORS: notification message + N_("Buying store create failed. Too many weight."), + NotifyFlags::INT}, + {"buying store create empty", + // TRANSLATORS: notification message + N_("Buying store create failed. No items in store."), NotifyFlags::EMPTY} }; } // namespace NotifyManager diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 3e17af3b5..a9c881887 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -125,6 +125,9 @@ namespace NotifyTypes CARD_INSERT_SUCCESS, BANK_DEPOSIT_FAILED, BANK_WITHDRAW_FAILED, + BUYING_STORE_CREATE_FAILED, + BUYING_STORE_CREATE_FAILED_WEIGHT, + BUYING_STORE_CREATE_EMPTY, TYPE_END }; -- cgit v1.2.3-70-g09d2