From 2c874d3582029a616419c0fa59cfa958353d7d0a Mon Sep 17 00:00:00 2001 From: brianluau Date: Tue, 2 Jun 2009 18:21:26 +0000 Subject: - Replaced occurrences of PcName in Moscovia Quest. (bugreport:3169) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13837 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_moscovia.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_moscovia.txt') diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index e1740a079..12f92a7e5 100644 --- a/npc/quests/quests_moscovia.txt +++ b/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.-"; -- cgit v1.2.3-60-g2f50