From 69826de45830e7506760ad0f72a5089b1c87d540 Mon Sep 17 00:00:00 2001 From: jmanfffreak Date: Sun, 29 Mar 2009 19:38:56 +0000 Subject: 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. (bugreport:2922) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13638 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_moscovia.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/quests') 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{ -- cgit v1.2.3-60-g2f50