summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-25 02:06:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-25 02:06:25 +0300
commit290ae8ba45bb706f32da15978459022e633aa626 (patch)
tree50397063992bb417b7e9ca494975908910170f10 /src/resources
parent52041a3f1af82140755ac2096375ded772d7ccf7 (diff)
downloadManaVerse-290ae8ba45bb706f32da15978459022e633aa626.tar.gz
ManaVerse-290ae8ba45bb706f32da15978459022e633aa626.tar.bz2
ManaVerse-290ae8ba45bb706f32da15978459022e633aa626.tar.xz
ManaVerse-290ae8ba45bb706f32da15978459022e633aa626.zip
Impliment packet SMSG_VENDING_BUY_ACK.
Diffstat (limited to 'src/resources')
-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 8cb06d1ab..58ae9e056 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -828,6 +828,10 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Error saving location. You do not have warp skill."),
NotifyFlags::EMPTY},
+ {"buy trade fail",
+ // TRANSLATORS: notification message
+ N_("Unable to buy while trading."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H