summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/quests_moscovia.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 156f5fe54..9f9f81e65 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2009/03/29
+ * Fixed a few errors in quests_moscovia.txt, one not being able to move on with the quest at 'Swap' and the other having in incorrect variable. [Jguy]
2009/03/25
* Renamed the cooking quest variable to cooking_q to avoid a naming collision. [ultramage]
- You need to manually rename all occurences of this variable in your txt-savefile/sql-database if you want to preserve player progress.
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt
index fea58a842..7661f3d60 100644
--- a/npc/quests/quests_moscovia.txt
+++ b/npc/quests/quests_moscovia.txt
@@ -6325,7 +6325,7 @@ mosk_dun03,153,90,3 script Bubbling Swamp#mos1 844,{
next;
mes "- Gas bubbles are rising. The atomosphere here is pretty scary -";
next;
- mes "["+PcName+"]";
+ mes "["+strcharinfo(0)+"]";
mes "I don't see any traces of Mikhail. I think I should go back and check his house one more time.";
set mos_swan,11;
close;
@@ -6352,6 +6352,7 @@ mosk_dun03,153,90,3 script Bubbling Swamp#mos1 844,{
close;
}else{
getitem 7763,1;
+ set mos_swan,mos_swan+1;
close;
}
}else{