diff options
author | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-19 01:11:00 +0000 |
---|---|---|
committer | og2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-19 01:11:00 +0000 |
commit | 336786545e9822c728c6d26f6002b6c9b5a2fcf5 (patch) | |
tree | ccb041a4b655ddfd9bf29d6340cd1b5922acc02e /npc | |
parent | 0c7b052cdc599ed7b68adf4a546cb18a3658c6cb (diff) | |
download | hercules-336786545e9822c728c6d26f6002b6c9b5a2fcf5.tar.gz hercules-336786545e9822c728c6d26f6002b6c9b5a2fcf5.tar.bz2 hercules-336786545e9822c728c6d26f6002b6c9b5a2fcf5.tar.xz hercules-336786545e9822c728c6d26f6002b6c9b5a2fcf5.zip |
Fixed little typo (bugreport:4088)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_veins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index c1044f877..7d8e189cd 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -4883,7 +4883,7 @@ ve_fild07,235,42,3 script Silk Sand Camel 938,{ mes "valor, and my determination"; mes "was up to this task. May the"; mes "annals of history never forget"; - mes "this day! Long live "+username+"!"; + mes "this day! Long live "+strcharinfo(0)+"!"; next; mes "^3355FFIt's time for you to"; mes "return to Mr. Saraman.^000000"; |