diff options
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){ |