diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-17 23:44:04 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-17 23:44:04 +0000 |
commit | a83d8d8adc19125d958528b3a9f04d40eadce5c3 (patch) | |
tree | 5d3fe354128ac50f38d9068d402c4226cc9465a6 /npc/battleground | |
parent | 2ee911312cf1793361aac48fb016a63161197516 (diff) | |
download | hercules-a83d8d8adc19125d958528b3a9f04d40eadce5c3.tar.gz hercules-a83d8d8adc19125d958528b3a9f04d40eadce5c3.tar.bz2 hercules-a83d8d8adc19125d958528b3a9f04d40eadce5c3.tar.xz hercules-a83d8d8adc19125d958528b3a9f04d40eadce5c3.zip |
* Fixed small typo in /battlegrounds/bg_common.txt [Jguy]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13679 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground')
-rw-r--r-- | npc/battleground/bg_common.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt index 557d9ece6..60181de82 100644 --- a/npc/battleground/bg_common.txt +++ b/npc/battleground/bg_common.txt @@ -21,7 +21,7 @@ payon,189,104,3 script Maroll Battle Recruiter::BatRecruit 728,{ mes "I'm a knight from a far country called Maroll Kingdom.";
next;
mes "[Maroll Battle Recruiter]";
- mes "The two princes of the kingdom are now battling for the throne of Maroll, and are in need of experienced soldiers liky you. How would you like to lend your power to one of the princes in the Maroll Kingdom?";
+ mes "The two princes of the kingdom are now battling for the throne of Maroll, and are in need of experienced soldiers like you. How would you like to lend your power to one of the princes in the Maroll Kingdom?";
next;
if( select("Join:Don't Join") == 2 )
{
|