diff options
Diffstat (limited to 'npc/quests/bard_quest.txt')
-rw-r--r-- | npc/quests/bard_quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/bard_quest.txt b/npc/quests/bard_quest.txt index 477bc9c3e..09ddf6505 100644 --- a/npc/quests/bard_quest.txt +++ b/npc/quests/bard_quest.txt @@ -124,7 +124,7 @@ geffen,132,38,3 script Bard#2 1_M_BARD,{ specialeffect2 EF_RESURRECTION; mes "^3355FFWhile listening to his song, you feel at ease, and your thoughts become clearer. You believe that you see the vision of an angel, and you gain some experience points.^000000"; gef_bard_q += 16; //30,31 - if (checkre(3)) { + if (RENEWAL_EXP) { if (BaseLevel < 56) getexp 450,0; else if ((BaseLevel > 55) && (BaseLevel < 61)) getexp 550,0; else if ((BaseLevel > 60) && (BaseLevel < 66)) getexp 968,0; |