diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 2a844f5f6..d83c30c65 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -187,6 +187,12 @@ function script HUB_SkillInvoke { //CMD_lang(); next; closeclientdialog; CMD_toevent(); break; + case TMW2_CRAFT: + //case NV_BASIC: + //case TMW2_ANCIENTLANGUAGES: + //case TMW2_SPEECH: + UserCtrlPanel(); + break; } // Debug |