summaryrefslogtreecommitdiff
path: root/npc/quests/quests_moscovia.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-02 18:21:26 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-06-02 18:21:26 +0000
commit2c874d3582029a616419c0fa59cfa958353d7d0a (patch)
treefb072f1167b028e91f72ccc2d16df5bfd01add76 /npc/quests/quests_moscovia.txt
parentd8876e3c3ee55dd74ed8b330fdcc7c06cb9e3072 (diff)
downloadhercules-2c874d3582029a616419c0fa59cfa958353d7d0a.tar.gz
hercules-2c874d3582029a616419c0fa59cfa958353d7d0a.tar.bz2
hercules-2c874d3582029a616419c0fa59cfa958353d7d0a.tar.xz
hercules-2c874d3582029a616419c0fa59cfa958353d7d0a.zip
- 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
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r--npc/quests/quests_moscovia.txt7
1 files changed, 4 insertions, 3 deletions
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.-";