summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-08 14:46:34 +0200
committerGitHub <noreply@github.com>2018-04-08 14:46:34 +0200
commit81e1ace120e191f2d218d5a735c93192d2dfbea4 (patch)
tree0784f194a3289b44593eaf143945207db3259f9e /src/map/clif.c
parent1248aa338a366d03d530c323b12de6f0ba61736a (diff)
parent558f279801089fb374120ae932143f36d123af25 (diff)
downloadhercules-81e1ace120e191f2d218d5a735c93192d2dfbea4.tar.gz
hercules-81e1ace120e191f2d218d5a735c93192d2dfbea4.tar.bz2
hercules-81e1ace120e191f2d218d5a735c93192d2dfbea4.tar.xz
hercules-81e1ace120e191f2d218d5a735c93192d2dfbea4.zip
Merge pull request #2006 from Jedzkie/MessageFixes
Message Fixes
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index e57f6e01b..63f44dd85 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -5468,6 +5468,7 @@ void clif_skill_warppoint(struct map_session_data* sd, uint16 skill_id, uint16 s
/// 0 = "Saved location as a Memo Point for Warp skill." in color 0xFFFF00 (cyan)
/// 1 = "Skill Level is not high enough." in color 0x0000FF (red)
/// 2 = "You haven't learned Warp." in color 0x0000FF (red)
+/// 3 = "Cannot save location as a Memo Point at current location." in color 0x0000FF (red)
///
/// @param sd Who receives the message
/// @param type What message
@@ -5490,6 +5491,7 @@ void clif_skill_memomessage(struct map_session_data* sd, int type)
/// 0 = "Unable to Teleport in this area" in color 0xFFFF00 (cyan)
/// 1 = "Saved point cannot be memorized." in color 0x0000FF (red)
/// 2 = "This skill cannot be used within this area." in color 0xFFFF00 (cyan)
+/// 3 = "This item cannot be used within this area." in color 0xFFFF00 (cyan)
///
/// @param sd Who receives the message
/// @param type What message