diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-04 06:00:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-04 06:00:48 +0000 |
commit | 16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0 (patch) | |
tree | 066a0d2a2e76ba679178ea0fb4022b0fa247157e /npc/quests/quests_gonryun.txt | |
parent | 92bb9928828e1b7b5bb6b0002c7be8aa21e3f3e3 (diff) | |
download | hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.gz hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.bz2 hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.tar.xz hercules-16bbe71ddbaa0d83cc0bfe55176a1ba43eb5cad0.zip |
Fixed more +name+ garbage to +strcharinfo(0)+
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12756 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_gonryun.txt')
-rw-r--r-- | npc/quests/quests_gonryun.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt index 8862e8763..7e825ccce 100644 --- a/npc/quests/quests_gonryun.txt +++ b/npc/quests/quests_gonryun.txt @@ -2100,7 +2100,7 @@ gon_dun03,62,222,0 script Strange dead body#gnbs 111,{ mes "He probably couldn't take it any longer...^000000"; close; } - mes "[ ^6699FF" + name + "^000000 ]"; + mes "[ ^6699FF" + strcharinfo(0) + "^000000 ]"; mes "Eew, no!"; mes " "; mes "Yucky yucky YUCKY!"; |