summaryrefslogtreecommitdiff
path: root/npc/001-2-28/plush.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
commit39f195b9934f73a5af9c3066fc04501141edeb9c (patch)
tree31f1c53b462aaaa04f49e98931d8f4cbd4e0ac3e /npc/001-2-28/plush.txt
parent435549878eb76e63b1d894d2bf12476b980e511a (diff)
downloadserverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.gz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.bz2
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.xz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.zip
Fixed few bugs in NPC scripts:
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english
Diffstat (limited to 'npc/001-2-28/plush.txt')
-rw-r--r--npc/001-2-28/plush.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-28/plush.txt b/npc/001-2-28/plush.txt
index cbc2ebd5..77161d0a 100644
--- a/npc/001-2-28/plush.txt
+++ b/npc/001-2-28/plush.txt
@@ -22,7 +22,7 @@
.@price = getarg (0);
if (Zeny < .@price)
{
- speech 5, l("You don't have enough money, bring @@E.", .@price);
+ speech 5, l("You don't have enough money, bring @@ E.", .@price);
}
else
{
@@ -61,7 +61,7 @@
.@price = calculate_inn_tax;
speech 5,
- l("That will be @@E to set your respawn point", .@price),
+ l("That will be @@ E to set your respawn point", .@price),
l("This will remain your respawn point until set elsewhere."),
l("Is that okay?");