From e433cda19d0d1d305a7a069a7930c2c7cf852930 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Mar 2013 14:54:15 +0300 Subject: add new notifications to playerhandler. --- src/notifications.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/notifications.h') diff --git a/src/notifications.h b/src/notifications.h index 26d9ef745..f73651a06 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -68,6 +68,10 @@ namespace NotifyManager PARTY_USER_LEFT, PARTY_UNKNOWN_USER_MSG, PARTY_USER_NOT_IN_PARTY, + MONEY_GET, + MONEY_SPENT, + SKILL_RAISE_ERROR, + ARROWS_EQUIP_NEEDED, TYPE_END }; @@ -76,6 +80,7 @@ namespace NotifyManager { EMPTY, INT, + STRING, GUILD, GUILD_STRING, PARTY, @@ -131,6 +136,10 @@ namespace NotifyManager {N_("%s has left your party."), PARTY_STRING}, {N_("An unknown member tried to say: %s"), PARTY_STRING}, {N_("%s is not in your party!"), PARTY_STRING}, + {N_("You picked up %s."), STRING}, + {N_("You spent %s."), STRING}, + {N_("Cannot raise skill!"), EMPTY}, + {N_("Equip arrows first."), EMPTY}, }; } #endif -- cgit v1.2.3-60-g2f50