diff options
-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 // -------------------------------------------------------------- |