summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index bd96481f2..4a33df300 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -528,6 +528,9 @@ function script HUB_SkillInvoke {
case TMW2_MPREGEN:
SK_mpregen();
break;
+ case TMW2_MPTRANSFER:
+ SK_transfermp(@skillTarget);
+ break;
case TMW2_STUDY:
SK_study(@skillTarget);
break;