summaryrefslogtreecommitdiff
path: root/npc/re/merchants
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/merchants')
-rw-r--r--npc/re/merchants/socket_enchant.txt2
-rw-r--r--npc/re/merchants/socket_enchant2.txt10
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/merchants/socket_enchant.txt b/npc/re/merchants/socket_enchant.txt
index 63499c429..836644a5f 100644
--- a/npc/re/merchants/socket_enchant.txt
+++ b/npc/re/merchants/socket_enchant.txt
@@ -36,7 +36,7 @@
mes "- Currently you're carrying -";
mes "- too many items with you. -";
mes "- Please try again -";
- mes "- after you loose some weight. -";
+ mes "- after you lose some weight. -";
close;
}
mes "[Seiyablem]";
diff --git a/npc/re/merchants/socket_enchant2.txt b/npc/re/merchants/socket_enchant2.txt
index aa92f4d22..a66ab30d8 100644
--- a/npc/re/merchants/socket_enchant2.txt
+++ b/npc/re/merchants/socket_enchant2.txt
@@ -17,11 +17,11 @@
- script Leablem#dummy::SocketEnchant2 -1,{
if (checkweight(1201,1) == 0)
{
- mes "- Wait a seconds !! -";
- mes "- You have carried too many items -";
- mes "- so, you can't get more items. -";
- mes "- Make your weight as low -";
- mes "- after then try it again. -";
+ mes "- Wait a minute !! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again -";
+ mes "- after you lose some weight. -";
close;
}
mes "[Leablem]";