summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt16
1 files changed, 6 insertions, 10 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 8ab0802a3..49d7355a5 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -212,6 +212,12 @@ function script HUB_SkillInvoke {
case TMW2_FAKESKILL:
atcommand("@refresh");
break;
+ case TMW2_FAKESKILL2:
+ CMD_toevent();
+ break;
+ case TMW2_CRAFT:
+ UserCtrlPanel();
+ break;
case TMW2_MPREGEN:
SK_mpregen();
break;
@@ -245,16 +251,6 @@ function script HUB_SkillInvoke {
case TMW2_GDP_SPREGEN:
SK_spregen();
break;
- case TMW2_FAKESKILL2:
- //CMD_lang(); next; closeclientdialog;
- CMD_toevent();
- break;
- case TMW2_CRAFT:
- //case NV_BASIC:
- //case TMW2_ANCIENTLANGUAGES:
- //case TMW2_SPEECH:
- UserCtrlPanel();
- break;
case TMW2_PARUM:
SK_parum();
break;