summaryrefslogtreecommitdiff
path: root/npc/020-5/bracco.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-5/bracco.txt')
-rw-r--r--npc/020-5/bracco.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt
index 1081f8e48..06bab034f 100644
--- a/npc/020-5/bracco.txt
+++ b/npc/020-5/bracco.txt
@@ -93,7 +93,7 @@
// Meltdown( item, price )
function Meltdown {
if (countitem(getarg(0)) != 1) {
- mesc l("Wait, if you try to melt more than one item, manaplus will get buggy."), 1;
+ mesc l("Wait, if you try to melt more than one item, the game client will get buggy."), 1;
mesc l("Please try again later!"), 1;
close;
}