diff options
-rw-r--r-- | npc/001-1/salem.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index 9bc5907b..fb51da0f 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -27,7 +27,7 @@ return 4; if (Zeny < .@price) { - mesq l("Don't you try to cheat an old merchant! You don't have enough money, you need @@E", .@price); + mesq l("Don't you try to cheat an old merchant! You don't have enough money, you need @@E.", .@price); next; return 1; |