diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/quests/quests_comodo.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/quests/quests_comodo.txt')
-rw-r--r-- | npc/quests/quests_comodo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 6551920ae..d67d998a4 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -1404,7 +1404,7 @@ comodo,163,280,4 script Magatu#cmd 1_M_JOBTESTER,{ cmd_in02,189,99,4 script Manzi#cmd 4_M_03,{ switch (dmdswrd_Q) { case 9: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Excuse, but I'm"; mes "looking for someone"; mes "named Manzi. Do you"; @@ -1526,7 +1526,7 @@ comodo,187,153,4 script Hullaris#cmd 4_F_GODEMOM,{ mes "oldest elders, I know more"; mes "about this village than most..."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Actually, I was hoping"; mes "you can tell me about"; mes "Comodo Cheese. If it really"; |