diff options
Diffstat (limited to 'npc/027-1/saves.txt')
-rw-r--r-- | npc/027-1/saves.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/027-1/saves.txt b/npc/027-1/saves.txt index 13f70d9df..4cb146f4f 100644 --- a/npc/027-1/saves.txt +++ b/npc/027-1/saves.txt @@ -24,20 +24,20 @@ mesc l("Windwalker - Increase walk speed and flee rate."); mesc l("Last Standing Man - Passive - Raise Max HP and Holy Defense"); menuint - l("Healing"), AL_HEAL, + l("Healing"), TMW2_FIRSTAID, l("Mana Wisdom"), TMW2_SAGE, l("Accumulate Power"), HW_MAGICPOWER, l("Provoke"), SM_PROVOKE, l("Area Provoke"), EVOL_AREA_PROVOKE, - l("High Healing"), AB_HIGHNESSHEAL, + l("High Healing"), TMW2_HEALING, l("Windwalker"), SN_WINDWALK, l("Last Standing Man"), CR_TRUST, l("Cancel"), 0; mes ""; switch (@menuret) { - case AL_HEAL: - if (!mlearn(AL_HEAL, 4, 1, SpellBookPage, 1)) + case TMW2_FIRSTAID: + if (!mlearn(TMW2_FIRSTAID, 4, 1, SpellBookPage, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case TMW2_SAGE: @@ -56,8 +56,8 @@ if (!mlearn(EVOL_AREA_PROVOKE, 10, 2, SpellBookPage, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; - case AB_HIGHNESSHEAL: - if (!mlearn(AB_HIGHNESSHEAL, 1, 2, SpellBookPage, 1)) + case TMW2_HEALING: + if (!mlearn(TMW2_HEALING, 1, 2, SpellBookPage, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case SN_WINDWALK: |