From 4b74975beef52ba284fa63cc4b5af3ad9e5ff0d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 20:15:09 +0300 Subject: eathena: add missing party invite errors. --- 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 11ce65359..063235af7 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -310,6 +310,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("unknown pvp"), NotifyFlags::SPEECH}, + {"party user char from account in party", + // TRANSLATORS: notification message + N_("Char from account %s is already in your party!"), + NotifyFlags::PARTY_STRING}, + {"party user blocked invite", + // TRANSLATORS: notification message + N_("%s blocked invite!"), + NotifyFlags::PARTY_STRING}, + {"party user not online", + // TRANSLATORS: notification message + N_("Char is not online!"), + NotifyFlags::PARTY_STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 25f4b5680..56f612a08 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -97,6 +97,9 @@ namespace NotifyTypes GVG_ON, PVP_ON_GVG_ON, PVP_UNKNOWN, + PARTY_INVITE_PARTY_SAME_ACCOUNT, + PARTY_INVITE_PARTY_BLOCKED_INVITE, + PARTY_INVITE_PARTY_NOT_ONLINE, TYPE_END }; -- cgit v1.2.3-70-g09d2