diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 333ac14f4..454560554 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -215,6 +215,9 @@ function script HUB_SkillInvoke { case TMW2_MPREGEN: SK_mpregen(); break; + case EVOL_AREA_PROVOKE: + massprovoke(@skillLv); + break; case TMW2_FAKESKILL2: //CMD_lang(); next; closeclientdialog; CMD_toevent(); |