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 | |
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')
-rw-r--r-- | npc/custom/eAAC_Scripts/disguiser.txt | 2 | ||||
-rw-r--r-- | npc/custom/eAAC_Scripts/quest_warper.txt | 2 |
2 files changed, 2 insertions, 2 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){ diff --git a/npc/custom/eAAC_Scripts/quest_warper.txt b/npc/custom/eAAC_Scripts/quest_warper.txt index 78857c74b..81df7fe54 100644 --- a/npc/custom/eAAC_Scripts/quest_warper.txt +++ b/npc/custom/eAAC_Scripts/quest_warper.txt @@ -392,7 +392,7 @@ case 1: case 2: next; mes "set the map in the ^0000FFmapname.gat^000000 format"; - mes "when this warpmap is set the option for players will show once they meet the requirments"; + mes "when this warpmap is set the option for players will show once they meet the requirements"; mes "to disable Special Warp Menu option clear this !"; input $QW_SP_WarpMap$; goto SpecialWarpMenu; |