From f263f46f6ce1a7e61ca0a57a63066b489d7ba756 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Thu, 12 Mar 2009 09:20:58 +0000 Subject: - 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 --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.3-60-g2f50