diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-12 09:20:58 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-12 09:20:58 +0000 |
commit | f263f46f6ce1a7e61ca0a57a63066b489d7ba756 (patch) | |
tree | dbc1886e81cf8e9ce9971695de8bba50c66b741b /doc | |
parent | 72f81804a628eeefa28993612ae2b95346825834 (diff) | |
download | hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.gz hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.bz2 hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.tar.xz hercules-f263f46f6ce1a7e61ca0a57a63066b489d7ba756.zip |
- Added missing bonuses for 'Maiden Hat'. (bugreport:2826)
- Fixed an issue with Battleground Exchange NPC. (bugreport:2839)
- Fixed an issue with Platinum Skills NPC. (bugreport:2847)
- Fixed some typos and engrish in iRO Experience quests.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13578 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1c3b26799..9a41db7ee 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2811,7 +2811,7 @@ has a skill or not, and it can tell you if the level is high enough. Example 1: - f (getskilllv(152)) goto L_HasSkillThrowStone; + if (getskilllv(152)) goto L_HasSkillThrowStone; mes "You don't have Throw Stone"; close; L_HasSkillThrowStone: |