diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 06:04:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 06:04:21 -0300 |
commit | 18b70ba67d0f48984693be2545143d4e033bf193 (patch) | |
tree | 6d20d4ff1d31337bafbb0f204520269070f5513e /npc/functions | |
parent | c9b89e0ef7503413eeafe90feaad314d3c189815 (diff) | |
download | serverdata-18b70ba67d0f48984693be2545143d4e033bf193.tar.gz serverdata-18b70ba67d0f48984693be2545143d4e033bf193.tar.bz2 serverdata-18b70ba67d0f48984693be2545143d4e033bf193.tar.xz serverdata-18b70ba67d0f48984693be2545143d4e033bf193.zip |
Make Area Provoke less useless (no point provoking mobs so close to you anyway)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index c38f4a325..e5bb153f7 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -222,7 +222,7 @@ function script HUB_SkillInvoke { SK_mpregen(); break; case EVOL_AREA_PROVOKE: - massprovoke(@skillLv); + massprovoke(1+@skillLv); break; case TMW2_GD_INCALL: GD_allboost(); |