diff options
author | wushin <pasekei@gmail.com> | 2014-07-03 10:18:32 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-03 10:18:49 -0500 |
commit | 8b56d20bd1de56fc1ca0316eac7d328e8373f13e (patch) | |
tree | 065c0ad19b5cf31925dfccd25d0986916c28d463 | |
parent | 85e6c52e0a01c40769ffaaaa528795c2980a3798 (diff) | |
download | serverdata-8b56d20bd1de56fc1ca0316eac7d328e8373f13e.tar.gz serverdata-8b56d20bd1de56fc1ca0316eac7d328e8373f13e.tar.bz2 serverdata-8b56d20bd1de56fc1ca0316eac7d328e8373f13e.tar.xz serverdata-8b56d20bd1de56fc1ca0316eac7d328e8373f13e.zip |
Fixing Typo
-rw-r--r-- | world/map/npc/042-1/valon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/042-1/valon.txt b/world/map/npc/042-1/valon.txt index ab14ad7c..a844f861 100644 --- a/world/map/npc/042-1/valon.txt +++ b/world/map/npc/042-1/valon.txt @@ -139,7 +139,7 @@ L_NextMob: L_NewMob: mes "\"Let's see whats on the list. Ah ok, I need you to kill me " + $@ValonMobCnt[@valon_mob] + " " + $@ValonMobName$[@valon_mob] + "\""; next; - mes "\"I'll be waiting here, come back and see after you've kulled those mobs.\""; + mes "\"I'll be waiting here, come back and see after you've killed those mobs.\""; goto L_Close; L_QuestStarted: |