summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-19 00:13:00 +0100
committerReid <reidyaro@gmail.com>2016-01-19 00:13:00 +0100
commita38aea3c39383f66d92a651fb98bc2dd05dcaf98 (patch)
treedab78de7f7ad9ad1054ca0089b04f9473e58bbdd
parentbd4d6d30df3ef341e46314b6288c19153552f5d6 (diff)
downloadserverdata-a38aea3c39383f66d92a651fb98bc2dd05dcaf98.tar.gz
serverdata-a38aea3c39383f66d92a651fb98bc2dd05dcaf98.tar.bz2
serverdata-a38aea3c39383f66d92a651fb98bc2dd05dcaf98.tar.xz
serverdata-a38aea3c39383f66d92a651fb98bc2dd05dcaf98.zip
Fix a missing "." on salem script.
-rw-r--r--npc/001-1/salem.txt2
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;