diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0/sage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/sage.txt b/npc/003-0/sage.txt index 5b7234604..e851473d5 100644 --- a/npc/003-0/sage.txt +++ b/npc/003-0/sage.txt @@ -55,7 +55,7 @@ L_Member: mesn; mesq l("Hey there! Do you want to learn new skills for a very small teaching fee?"); select - rif(sk_intcost(SA_FREECAST) && && getskilllv(SA_FREECAST) < (1+degree_subclass()/2), l("Learn Action Casting")), + rif(sk_intcost(SA_FREECAST) && getskilllv(SA_FREECAST) < (1+degree_subclass()/2), l("Learn Action Casting")), rif(sk_intcost(SA_DRAGONOLOGY) && getskilllv(SA_DRAGONOLOGY) < (1+degree_subclass()/2), l("Learn Dragon Slayer")), rif(sk_intcost(TMW2_SAGE) && sk_canlvup(TMW2_SAGE), l("Improve Mana Wisdom")), rif(sk_intcost(SA_FLAMELAUNCHER) && sk_canlvup(SA_FLAMELAUNCHER), l("Improve Fire Weapon")), |