summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-21 15:37:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-21 16:37:24 +0300
commit76087008664d96b492fde077bb8b8e632ea30ba8 (patch)
tree07c3b951bc919ca7a98558474617d5abb12fe01f /src/resources/notifications.h
parent1b9e74d6c00033b2103f70162c96e9bf5ce6f2b7 (diff)
downloadplus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.gz
plus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.bz2
plus-76087008664d96b492fde077bb8b8e632ea30ba8.tar.xz
plus-76087008664d96b492fde077bb8b8e632ea30ba8.zip
Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index c90e6edff..4dd8a585f 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -612,13 +612,15 @@ namespace NotifyManager
N_("Can't get attach. Too many items."),
NotifyFlags::EMPTY},
{"new mail",
- // TRANSLATORS: notification message
"%s",
NotifyFlags::STRING},
{"mail type battle field",
// TRANSLATORS: notification message
N_("You enter battle field."),
NotifyFlags::EMPTY},
+ {"rental time left",
+ "%s",
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H