From 5bc4a89f162a2bc89e14f554da450311287c7d86 Mon Sep 17 00:00:00 2001 From: brianluau Date: Wed, 2 Jun 2010 01:00:52 +0000 Subject: - Fixed item script of Chicken_Hat (5431). (bugreport:4174) - Fixed a typo in script_commands.txt (bugreport:4270) - Fixed some links in the README html files. - Fixed the range of 'max_guild_alliance' in battle.c (0 to 3). - Set svn:eol-style=native for some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14328 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index bcb2ca5a5..d690471bc 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4710,9 +4710,9 @@ The disguise lasts until 'undisguise' is issued or the player logs out. Example: -disquise 1002; //Yay! You're a Poring!!! +disguise 1002; //Yay! You're a Poring!!! next; -undisquise; //Yay!!!! You're a human again!! +undisguise; //Yay!!!! You're a human again!! --------------------------------------- \\ -- cgit v1.2.3-70-g09d2