summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/cities/aldebaran.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index a379e90a7..102985137 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2008/07/04
+ * Added a missing "case 1:" (bugreport: 1794) [Paradox924X]
* Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X]
2008/07/02
* Fixed: several typos in quests_yuno.txt (bugreport:1786) [akrus]
diff --git a/npc/cities/aldebaran.txt b/npc/cities/aldebaran.txt
index ade5b5b2a..e24b0d6b0 100644
--- a/npc/cities/aldebaran.txt
+++ b/npc/cities/aldebaran.txt
@@ -831,6 +831,7 @@ aldeba_in,83,245,4 script Kafra Service#2alde 116,{
mes "We appreciate your continued use of the Kafra Service. Please feel free to ask me if you have any questions.";
next;
switch(select("How does Kafra Storage work?:How do you teleport people?")) {
+ case 1:
mes "[Kafra Blossom]";
mes "Well, adventurers like yourself can place items into Kafra Storage, so that you don't have to carry all of your stuff around.";
next;