diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 19:38:56 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 19:38:56 +0000 |
commit | 69826de45830e7506760ad0f72a5089b1c87d540 (patch) | |
tree | b26a5ce85e3b91a6b9cc3e65fca44ccd87dd0b37 /npc/quests | |
parent | 83a901a1fae99655009a82d374896d3f143ba913 (diff) | |
download | hercules-69826de45830e7506760ad0f72a5089b1c87d540.tar.gz hercules-69826de45830e7506760ad0f72a5089b1c87d540.tar.bz2 hercules-69826de45830e7506760ad0f72a5089b1c87d540.tar.xz hercules-69826de45830e7506760ad0f72a5089b1c87d540.zip |
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
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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{ |