summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-17 07:35:04 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-17 07:35:04 +0000
commite5502df6fd36e307cc50b7b6871d0aedb4606397 (patch)
treee12b84724778f4e55db32d52c4b1b95d90c006e4 /doc
parent2d0e1821a42fcff2fa9122be88b2dd5dcdf848e1 (diff)
downloadhercules-e5502df6fd36e307cc50b7b6871d0aedb4606397.tar.gz
hercules-e5502df6fd36e307cc50b7b6871d0aedb4606397.tar.bz2
hercules-e5502df6fd36e307cc50b7b6871d0aedb4606397.tar.xz
hercules-e5502df6fd36e307cc50b7b6871d0aedb4606397.zip
- Fixed pet.c not checking log_config.enable_logs setting. [lighta]
- Updated documentation for 'showevent'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d022991a6..03c139a17 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -7233,10 +7233,10 @@ state can be:
Other value may cause client crashes.
color can be:
- 0 = yellow
- 1 = orange
- 2 = green
- 3 = blue
+ 0 = yellow "Quest"
+ 1 = orange "Job"
+ 2 = green "Event"
+ 3 = an MVP flag
other values show a transparent mark in the mini-map.
----------------------------------------