summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/jobs/2-1/blacksmith.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index af6cabc5d..4abce2edb 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,8 @@
Date Added
======
2008/10/28
+ * Fixed location error in Blacksmith quest. NPC said Alberta, NPC location in Einbech (bugreport:2401) [Jman]
+ * Fixed minor typo in tu_archer NPC. (bugreport:2393) [Jman]
* Rev. 13328 More boredom and bugfixing to various scripts. :D [L0ne_W0lf]
- Updated an outdated comment in refine.txt. (bugreport:2370)
- Fixed two bad event calls in arug_cas04/05. (bugreport:2386)
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt
index 3660dbd6f..fad707f21 100644
--- a/npc/jobs/2-1/blacksmith.txt
+++ b/npc/jobs/2-1/blacksmith.txt
@@ -195,7 +195,7 @@ ein_in01,18,28,4 script Guildsman#BLS 731,{
else if (BSMITH_Q > 0 && BSMITH_Q < 8) {
mes "[Altiregen]";
mes "You haven't left yet?";
- mes "Go to Alberta and find ^8E6B23Geschupenschte^000000. Finish helping him out, and when you're done, come back to me.";
+ mes "Go to Einbech and find ^8E6B23Geschupenschte^000000. Finish helping him out, and when you're done, come back to me.";
close;
}
else if (BSMITH_Q > 8 && BSMITH_Q < 15) {