diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:19:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 21:19:06 -0300 |
commit | 9560bfd3a4a3546bef92a882d5c9a169427b4bae (patch) | |
tree | c1e60694b50d616e6f8ddf0af0c355b0d6950a0e /npc/003-0/saves.txt | |
parent | cfdf5e7401df69ffe17a6ecb2f3b28232e0d44bc (diff) | |
download | serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.gz serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.bz2 serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.tar.xz serverdata-9560bfd3a4a3546bef92a882d5c9a169427b4bae.zip |
Colin ready (rebalances were applied as I've judged needed)
Diffstat (limited to 'npc/003-0/saves.txt')
-rw-r--r-- | npc/003-0/saves.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/003-0/saves.txt b/npc/003-0/saves.txt index c63c51928..67cc99f02 100644 --- a/npc/003-0/saves.txt +++ b/npc/003-0/saves.txt @@ -24,15 +24,15 @@ mesc l("Windwalker - Increase walk speed and flee rate."); mesc l("Last Standing Man - Passive - Raise Max HP and Holy Defense"); menuint - "Healing", AL_HEAL, - "Mana Wisdom", TMW2_SAGE, - "Accumulate Power", HW_MAGICPOWER, - "Provoke", SM_PROVOKE, - "Mass Provoke", EVOL_MASS_PROVOKE, - "High Healing", AB_HIGHNESSHEAL, - "Windwalker", SN_WINDWALK, - "Last Standing Man", CR_TRUST, - "Cancel", 0; + l("Healing"), AL_HEAL, + l("Mana Wisdom"), TMW2_SAGE, + l("Accumulate Power"), HW_MAGICPOWER, + l("Provoke"), SM_PROVOKE, + l("Mass Provoke"), EVOL_MASS_PROVOKE, + l("High Healing"), AB_HIGHNESSHEAL, + l("Windwalker"), SN_WINDWALK, + l("Last Standing Man"), CR_TRUST, + l("Cancel"), 0; mes ""; switch (@menuret) { |