diff options
author | shennetsind <ind@henn.et> | 2013-08-07 16:27:33 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-08-07 16:27:33 -0300 |
commit | 4fee6cb386a90f24306e54ea3606fa7fa133b8e3 (patch) | |
tree | 24a5226906ffcce685e6553461b79c013e059fcc /src/map/clif.h | |
parent | 46a6fdb7374f5fe9301b9d23289f563c6f7fb4f9 (diff) | |
download | hercules-4fee6cb386a90f24306e54ea3606fa7fa133b8e3.tar.gz hercules-4fee6cb386a90f24306e54ea3606fa7fa133b8e3.tar.bz2 hercules-4fee6cb386a90f24306e54ea3606fa7fa133b8e3.tar.xz hercules-4fee6cb386a90f24306e54ea3606fa7fa133b8e3.zip |
For Report #7333
Added official 'this item cannot be used within this area' response
http://hercules.ws/board/tracker/issue-7333-map-zone-db/
Special Thanks to kyeme
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index f68eaafa3..47c2cc776 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -322,6 +322,7 @@ typedef enum useskill_fail_cause { // clif_skill_fail enum clif_messages { SKILL_CANT_USE_AREA = 0x536, + ITEM_CANT_USE_AREA = 0x537, }; /** |