diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-26 15:01:39 +0000 |
commit | f8940c74683681af37179e1fe6c471c0f290528b (patch) | |
tree | 89b14a4611944ab3f95e560a84832adc9388cc6f /npc/custom/eAAC_Scripts/disguiser.txt | |
parent | 000e370318c50a8f0dd224d92e450f1613ba6e18 (diff) | |
download | hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.gz hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.bz2 hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.xz hercules-f8940c74683681af37179e1fe6c471c0f290528b.zip |
More typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/disguiser.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/disguiser.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/eAAC_Scripts/disguiser.txt b/npc/custom/eAAC_Scripts/disguiser.txt index 251699002..9ab53f482 100644 --- a/npc/custom/eAAC_Scripts/disguiser.txt +++ b/npc/custom/eAAC_Scripts/disguiser.txt @@ -154,7 +154,7 @@ Complete: ////////////////////////// function script PXC_DoMenu { - //set menu options to mob names, doing the first one manualy so we don't have an empty : + //set menu options to mob names, doing the first one manually so we don't have an empty : set $@menu$, getmonsterinfo(getarg(0),MOB_NAME); for(set $@i, getarg(0)+1; $@i <= getarg(1); set $@i, $@i + 1){ |