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/devnpc.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/devnpc.txt')
-rw-r--r-- | npc/custom/devnpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/devnpc.txt b/npc/custom/devnpc.txt index 951d3057b..b434d22d2 100644 --- a/npc/custom/devnpc.txt +++ b/npc/custom/devnpc.txt @@ -496,7 +496,7 @@ doitagain: if($fred == 0) npctalk "I have the most optimized Dev NPC"; if($fred == 1) npctalk "Yeah I am a Dev, what do you mean I'm just a member on the forum !!!"; if($fred == 2) npctalk "I probably the worst speller on the Dev team."; - if($fred == 3) npctalk "You didnt think I was a real player did you?!?"; + if($fred == 3) npctalk "You didn't think I was a real player did you?!?"; if($fred == 4) npctalk "Golden, Ripe, Boneless Bananas, 39 Cents A Pound."; if($fred == 5) npctalk "All those who believe in telekinesis, raise my hand."; if($fred > 5 || $fred < 0) goto doitagain; |