From ba07ca55476c488504a8d8bf9318f15aab687f12 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Sep 2014 14:44:03 +0300 Subject: Fix mercenary removing. --- src/resources/notifications.h | 20 ++++++++++++++++++++ src/resources/notifytypes.h | 5 +++++ 2 files changed, 25 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 952bc0a9e..b4439ada8 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -334,6 +334,26 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Pet catch unkown error: %d."), NotifyFlags::INT}, + {"mercenary expired", + // TRANSLATORS: notification message + N_("Your mercenary duty hour is over."), + NotifyFlags::EMPTY}, + {"mercenary killed", + // TRANSLATORS: notification message + N_("Your mercenary was killed."), + NotifyFlags::EMPTY}, + {"mercenary fired", + // TRANSLATORS: notification message + N_("Your mercenary was fired."), + NotifyFlags::EMPTY}, + {"mercenary run", + // TRANSLATORS: notification message + N_("Your mercenary run away."), + NotifyFlags::EMPTY}, + {"mercenary unknown", + // TRANSLATORS: notification message + N_("Mercenary unknown state."), + NotifyFlags::EMPTY} }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 36b1f3047..14ff47265 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -103,6 +103,11 @@ namespace NotifyTypes PET_CATCH_FAILED, PET_CATCH_SUCCESS, PET_CATCH_UNKNOWN, + MERCENARY_EXPIRED, + MERCENARY_KILLED, + MERCENARY_FIRED, + MERCENARY_RUN, + MERCENARY_UNKNOWN, TYPE_END }; -- cgit v1.2.3-60-g2f50