From 2d20b3feef8a0985b84108736d53f6ebc512d5dd Mon Sep 17 00:00:00 2001 From: brianluau Date: Tue, 15 Jun 2010 16:34:44 +0000 Subject: - Fixed some item script typos from r14332. (bugreport:4312) - Removed an extra tab from r14342. (bugreport:4314) - Clarified documentation about 'getinventorylist' (bugreport:4279) and fixed a small typo. (bugreport:4300) - Fixed occurances of PcName in quests_13_1, quests_ein, and The_Sign_Quest. (bugreport:4302). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14343 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_13_1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/quests_13_1.txt') diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 8e8a24c6a..0058a76a9 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -15219,7 +15219,7 @@ mid_camp,256,272,3 script Defaria#moc2 897,{ mes "You'll be the one using this scroll. Am I right?"; mes "Here, please take this."; next; - mes "[" + PcName + "]"; + mes "[" + strcharinfo(0) + "]"; mes "'To gather members..?'"; mes "..Right! I remember"; mes "Rayan mentioned a gathering somewhere!"; -- cgit v1.2.3-70-g09d2