summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-30 08:46:09 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-30 08:46:09 +0000
commit09ec9946e686f75252eab2447ef61b753a3f18f1 (patch)
tree5dde356afd64716bbad6bbb3181a9da83d489238 /doc/script_commands.txt
parent6bf8e81c98ef42067408f626df89561a8fc7f8ad (diff)
downloadhercules-09ec9946e686f75252eab2447ef61b753a3f18f1.tar.gz
hercules-09ec9946e686f75252eab2447ef61b753a3f18f1.tar.bz2
hercules-09ec9946e686f75252eab2447ef61b753a3f18f1.tar.xz
hercules-09ec9946e686f75252eab2447ef61b753a3f18f1.zip
- Fixed a copy-paste 'nowarpto' mapflag. (bugreport:3688)
- Updated documentation for 'rentitem'. (follow up to r14082) - Fixed a variable name in Valentines 2009 quest. (bugreport:3644) - Added a missing 'input' in Alchemist Job quest. (bugreport:3695) - Fixed a typo in Cooking Quest. (bugreport:3691) - Fixed some typos in Veins Quest. (bugreport:3588) and (bugreport:3692) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14111 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index b681a2fbc..155e7ab13 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4041,7 +4041,7 @@ the character will receive a message in their chat window. The character will
also receive warning messages in their chat window before the item disappears.
This command can not be used to rent stackable items. Rental items cannot be
-removed from the character's inventory. (i.e. trade mask 123 in ../db/item_trade.txt)
+dropped, traded, sold to npcs, or placed in guild storage. (i.e. trade mask 75)
Note: 'delitem' in an NPC script can still remove rental items.
---------------------------------------