Procházet zdrojové kódy

- Replaced occurrences of PcName in Moscovia Quest. (bugreport:3169)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13837 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau před 16 roky
rodič
revize
117259d6f0
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      npc/quests/quests_moscovia.txt

+ 4 - 3
npc/quests/quests_moscovia.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= Kisuka
 //===== Current Version: ===================================== 
-//= 1.2
+//= 1.3
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -14,6 +14,7 @@
 //= 1.0 First version. [Kisuka]
 //= 1.1 Small fixes on The Moving Island. [Kisuka]
 //= 1.2 Fixed a "player not attached" error. [brianluau]
+//= 1.3 Replaced occurrences of PcName. [brianluau]
 //============================================================ 
 
 //============================================================================
@@ -4045,7 +4046,7 @@ mosk_in,131,92,3	script	Csar Alexsay III#npc	965,{
 		next;
 		if (countitem(7762) > 39) {
 			if(select("Show the Yaga's Pestles.:Do nothing.") == 1) {
-				mes "[" + PcName + "]";
+				mes "[" + strcharinfo(0) + "]";
 				mes "Yes, Here you are.";
 				next;
 				mes "-Offered the Yaga's Pestles.-";
@@ -9957,7 +9958,7 @@ mosk_in,131,92,3	script	#Csar	-1,7,7,{
 		next;
 		if (countitem(7762) > 39) {
 			if(select("Show the Yaga's Pestles.:Do nothing.") == 1) {
-				mes "[" + PcName + "]";
+				mes "[" + strcharinfo(0) + "]";
 				mes "Yes, Here you are.";
 				next;
 				mes "-Offered the Yaga's Pestles.-";