Procházet zdrojové kódy

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://svn.code.sf.net/p/rathena/svn/trunk@13638 54d463be-8e91-2dee-dedb-b68131a5f0ec
jmanfffreak před 16 roky
rodič
revize
b7baa3d6e8
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 2 0
      npc/Changelog.txt
  2. 2 1
      npc/quests/quests_moscovia.txt

+ 2 - 0
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.

+ 2 - 1
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{