summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/disguiser.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-21 12:12:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-21 12:12:04 +0000
commit932c76a02329e9c1b40f2b3d134ef22c55c19243 (patch)
tree802b8dbc1594413f2f25b7e770854b10883c8d6d /npc/custom/eAAC_Scripts/disguiser.txt
parent4ef9dcc884c7b27a4f29b932461f76470cb0689a (diff)
downloadhercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.gz
hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.bz2
hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.tar.xz
hercules-932c76a02329e9c1b40f2b3d134ef22c55c19243.zip
Typo hunt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/disguiser.txt')
-rw-r--r--npc/custom/eAAC_Scripts/disguiser.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/eAAC_Scripts/disguiser.txt b/npc/custom/eAAC_Scripts/disguiser.txt
index 7b184cc90..251699002 100644
--- a/npc/custom/eAAC_Scripts/disguiser.txt
+++ b/npc/custom/eAAC_Scripts/disguiser.txt
@@ -71,7 +71,7 @@ OnInit:
//
// Puts:
// Everything the NPC does. If you are at the right one, increase your order variable, if not, tell you where to head next on the list, when you finish, offer you to change ring properties.
-// Whenever you dont have a ring, the script will push one on you in ALL instances (wrong NPC, right NPC, and done quest).
+// Whenever you don't have a ring, the script will push one on you in ALL instances (wrong NPC, right NPC, and done quest).
//////////////////////////
function script PXC_Disguiser {
@@ -154,7 +154,7 @@ Complete:
//////////////////////////
function script PXC_DoMenu {
- //set menu options to mob names, doing the first one manualy so we dont have an empty :
+ //set menu options to mob names, doing the first one manualy 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){