diff options
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d5dfb9dae..2a844f5f6 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -184,7 +184,8 @@ function script HUB_SkillInvoke { atcommand("@refresh"); break; case TMW2_FAKESKILL2: - CMD_lang(); next; closeclientdialog; + //CMD_lang(); next; closeclientdialog; + CMD_toevent(); break; } |