summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-19 22:29:13 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-19 22:29:13 +0000
commitf8cbf43e3c8fe3f04fccd685034aa1a0146bc6b6 (patch)
tree94d37f325e7d5529b8be0edd833cbba31bcfd3b3 /doc
parentdf6421c5a3c9a7228779482df322b2fa294e7b80 (diff)
downloadhercules-f8cbf43e3c8fe3f04fccd685034aa1a0146bc6b6.tar.gz
hercules-f8cbf43e3c8fe3f04fccd685034aa1a0146bc6b6.tar.bz2
hercules-f8cbf43e3c8fe3f04fccd685034aa1a0146bc6b6.tar.xz
hercules-f8cbf43e3c8fe3f04fccd685034aa1a0146bc6b6.zip
Fixed some typos and updated Atroce Card
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11521 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-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 baa73a893..8566fbf9c 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4320,7 +4320,7 @@ autoscript).
//Grants a 1% chance of starting the state "all stats +10" for 10 seconds when
//using weapon or misc attacks (both melee and ranged skills).
- bonusautoscript "sc_start SC_INCALLSTATUS, 10, 10000;", 10, BF_WEAPON|BF_MISC;
+ bonusautoscript "{ sc_start SC_INCALLSTATUS,10000,10; }",10,BF_WEAPON|BF_MISC;
---------------------------------------