diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2018-04-01 23:54:10 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2018-04-08 01:19:29 +0800 |
commit | b20e9cbb327a41b01183a94e00d0d7ef51600e65 (patch) | |
tree | 85be9f19a276242dbca23a083dfcadf3927b8e5e /src/map/clif.c | |
parent | 584e8de359412091cb05f98b83a25fac47b5c9f2 (diff) | |
download | hercules-b20e9cbb327a41b01183a94e00d0d7ef51600e65.tar.gz hercules-b20e9cbb327a41b01183a94e00d0d7ef51600e65.tar.bz2 hercules-b20e9cbb327a41b01183a94e00d0d7ef51600e65.tar.xz hercules-b20e9cbb327a41b01183a94e00d0d7ef51600e65.zip |
Update Skill/Item messages
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index cf5edd0e0..5e2b6f613 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -5466,6 +5466,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 @@ -5488,6 +5489,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 |