diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/000-1/lean.txt | 2 | ||||
-rw-r--r-- | npc/001-2-28/jenna.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d1218be6..e8ce53d3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1097,7 +1097,7 @@ item_db: ( { Id: 531 AegisName: "RedPlushWine" - Name: "RedPlush's Wine" + Name: "Red Plush Wine" Type: "IT_HEALING" Buy: 100 Sell: 20 diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt index fdd9742a..3772eac9 100644 --- a/npc/000-1/lean.txt +++ b/npc/000-1/lean.txt @@ -35,7 +35,7 @@ L_Artis: next; mesq l("It's where every merchant ship end their road and we won't be an exception."); next; - mesq l("If you're looking for us there, most of us will be at the tavern of the Redplush, at the bar counter for Silvio's case..."); + mesq l("If you're looking for us there, most of us will be at the tavern of the Red Plush, at the bar counter, for Silvio's case..."); goto L_Close; diff --git a/npc/001-2-28/jenna.txt b/npc/001-2-28/jenna.txt index b2ed50a4..47984f01 100644 --- a/npc/001-2-28/jenna.txt +++ b/npc/001-2-28/jenna.txt @@ -12,7 +12,7 @@ if (.@tick > @Artis_RedPlush_WaitressTick + 10) { setarray .messages$[0], l("Welcome to our inn!"), - l("Welcome to RedPlush."), + l("Welcome to Red Plush."), l("Please, have a seat."), l("Lovely day, isn't it?"); |