From acf9038150b5af1078fee8a080b0870390480c23 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Apr 2020 04:29:30 -0300 Subject: Some minor tidying up --- npc/functions/hub.txt | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50