summaryrefslogtreecommitdiff
path: root/npc/001-1/enora.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-1/enora.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-1/enora.txt')
-rw-r--r--npc/001-1/enora.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index f76c0ec2..60dd1b5c 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -126,7 +126,7 @@
Zeny = Zeny + .@zeny_reward;
narrator 4,
- l("You received @@ exp and @@E.", .@exp_reward, .@zeny_reward);
+ l("You received @@ EXP and @@ E.", .@exp_reward, .@zeny_reward);
return;
}
@@ -230,7 +230,7 @@
speech 5,
l("Oh yes, I have one last errand for you, Q'Pid in the market sells potions."),
- l("It has been some days now since I asked her for a box of @@, but she hasn't delivered anything yet.", getitemlink (PibberiesInfusion)),
+ l("It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet.", getitemlink (PibberiesInfusion)),
l("Please try to figure out what went wrong with this order and bring me these potions."),
l("You will be able to find her in the market on the south-east of Artis.");