summaryrefslogtreecommitdiff
path: root/npc/027-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-26 21:41:04 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-26 21:41:04 -0300
commitd237a201a5972c7c9d82a89272bf6823d606d238 (patch)
tree6783fb7ba5cbf6693c389c400db78d92e7c46752 /npc/027-1
parent5454e06ed3314d26d10c80281f8f6d1516135b78 (diff)
downloadserverdata-d237a201a5972c7c9d82a89272bf6823d606d238.tar.gz
serverdata-d237a201a5972c7c9d82a89272bf6823d606d238.tar.bz2
serverdata-d237a201a5972c7c9d82a89272bf6823d606d238.tar.xz
serverdata-d237a201a5972c7c9d82a89272bf6823d606d238.zip
Remove Mass Provoke from Mr. Saves
Diffstat (limited to 'npc/027-1')
-rw-r--r--npc/027-1/saves.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/npc/027-1/saves.txt b/npc/027-1/saves.txt
index 9dcb9bdc5..13f70d9df 100644
--- a/npc/027-1/saves.txt
+++ b/npc/027-1/saves.txt
@@ -18,8 +18,7 @@
mesc l("Accumulate Power - Raise damage of next skill.");
mesc l("Provoke - Provoke a single monster");
- mesc l("Area Provoke - Provoke all monsters centered on yourself.");
- mesc l("Mass Provoke - Provoke all monsters under your cursor");
+ mesc l("Area Provoke - Provoke all monsters centered on target.");
mesc l("High Healing - Use a Lifestone for supreme healing.");
mesc l("Windwalker - Increase walk speed and flee rate.");
@@ -30,7 +29,6 @@
l("Accumulate Power"), HW_MAGICPOWER,
l("Provoke"), SM_PROVOKE,
l("Area Provoke"), EVOL_AREA_PROVOKE,
- l("Mass Provoke"), EVOL_MASS_PROVOKE,
l("High Healing"), AB_HIGHNESSHEAL,
l("Windwalker"), SN_WINDWALK,
l("Last Standing Man"), CR_TRUST,
@@ -58,10 +56,6 @@
if (!mlearn(EVOL_AREA_PROVOKE, 10, 2, SpellBookPage, 1))
mesc l("You do not meet all requisites for this skill."), 1;
break;
- case EVOL_MASS_PROVOKE:
- if (!mlearn(EVOL_MASS_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))
mesc l("You do not meet all requisites for this skill."), 1;