diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-12 07:11:01 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-08-12 07:11:01 +0000 |
commit | 653c88c4f1bf019f61132324fd7146ae2f858cec (patch) | |
tree | 17fc752c4161a8c6e712aa7dee29b2864a04d3e2 /doc | |
parent | d998f617b0426c651b014fe9fff67cb49b472edf (diff) | |
download | hercules-653c88c4f1bf019f61132324fd7146ae2f858cec.tar.gz hercules-653c88c4f1bf019f61132324fd7146ae2f858cec.tar.bz2 hercules-653c88c4f1bf019f61132324fd7146ae2f858cec.tar.xz hercules-653c88c4f1bf019f61132324fd7146ae2f858cec.zip |
Fixed changequest behavior(before: completequest+setquest, now: erasequest+setquest)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14002 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 880167797..ce0cf73a8 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1198,7 +1198,7 @@ with other command, such as "if", but often used on it's own. Label: mes "This will be seen"; -Note by FlavioJS: goto's are "evil" and should be avoided if possible (ò_ó) +Note by FlavioJS: goto's are "evil" and should be avoided if possible (ò_? --------------------------------------- @@ -6554,7 +6554,7 @@ Remove the quest of the given <ID> from the user's quest log. *changequest <ID>,<ID2>; -Remove quest of the given <ID> from the user's quest log, and change state to "complete". +Remove quest of the given <ID> from the user's quest log. Add quest of the <ID2> to the the quest log, and the state is "active". --------------------------------------- |