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 d83c30c65..aa5265b32 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -193,6 +193,9 @@ function script HUB_SkillInvoke { //case TMW2_SPEECH: UserCtrlPanel(); break; + case TMW2_ZARKOR: + SK_zarkor(); + break; } // Debug |