diff options
Diffstat (limited to 'npc/tulimshar/monster_guide.txt')
-rw-r--r-- | npc/tulimshar/monster_guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt index 088efbb3..5f9834c8 100644 --- a/npc/tulimshar/monster_guide.txt +++ b/npc/tulimshar/monster_guide.txt @@ -31,8 +31,8 @@ spawn: new_3-1.gat,46,66,0 script MonsterGuide 102,{ if(MPQUEST == 0) goto Register; mes "[Monster Guide]"; - mes "you currently have " +Mobpt+ " Monster Points"; - mes "These points are acuired while killing monsters"; + mes "You currently have " +Mobpt+ " Monster Points"; + mes "These points are acquired while killing monsters"; close; Register: mes "[Monster Guide]"; |