diff options
author | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-06 01:52:14 +0000 |
---|---|---|
committer | akrus <akrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-06 01:52:14 +0000 |
commit | 67402d4edc42f520f50ecd87f4d34073e465251c (patch) | |
tree | 59023d3e3717686cdc8ca71ffdaecd774aac7411 | |
parent | d734b372c5f6a4499db0f971f5d9a9b0e250abe0 (diff) | |
download | hercules-67402d4edc42f520f50ecd87f4d34073e465251c.tar.gz hercules-67402d4edc42f520f50ecd87f4d34073e465251c.tar.bz2 hercules-67402d4edc42f520f50ecd87f4d34073e465251c.tar.xz hercules-67402d4edc42f520f50ecd87f4d34073e465251c.zip |
sleepy... some more typo fixes (bugreport:1983 + bugreport:2008)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13049 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/auction.txt | 2 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 186839b2c..7cc316193 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -89,7 +89,7 @@ auction_01,182,68,6 script Auction Broker#moc1::AuctionBroker 98,{ next; if (select("Yes.:No.") == 1) { mes "[Auction Broker]"; - mes "Wery well."; + mes "Very well."; mes "Please take"; mes "a look, and see"; mes "What's being offered~"; diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index ea4062af4..e99bee972 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -246,5 +246,5 @@ npc: npc/other/arena/arena_party.txt npc: npc/other/arena/arena_point.txt // -------------------------------------------------------------- // --------------------Hugel Monster Races ---------------------- -npc: npc/other/Monster_race.txt +npc: npc/other/monster_race.txt // -------------------------------------------------------------- |