summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-10 23:41:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-10 23:41:33 +0300
commitf7b446bf4e31dfd077d2caac1cfbd2c4a28b5b81 (patch)
treee26e99216761019ee7c1b8e7b4d13ecc0bf9e912 /src/resources/notifications.h
parentfca0f15e161755e0a430802b1b38bdda0cb033cb (diff)
downloadplus-f7b446bf4e31dfd077d2caac1cfbd2c4a28b5b81.tar.gz
plus-f7b446bf4e31dfd077d2caac1cfbd2c4a28b5b81.tar.bz2
plus-f7b446bf4e31dfd077d2caac1cfbd2c4a28b5b81.tar.xz
plus-f7b446bf4e31dfd077d2caac1cfbd2c4a28b5b81.zip
eathena: impliment packet SMSG_MAP_TYPE.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 69cb6a205..ad0819d23 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -615,6 +615,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
"%s",
NotifyFlags::STRING},
+ {"mail type battle field",
+ // TRANSLATORS: notification message
+ N_("You enter battle field."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H