From 45bc42c30598ca0c0a2cfae0b81956a3889c3fff Mon Sep 17 00:00:00 2001 From: Atemo Date: Fri, 9 Dec 2016 19:58:01 +0100 Subject: [PATCH] Fix wrong command usage at sign quest Credit Hercules@47834e8f6db03689595946af0cd95748005126c7 --- npc/quests/the_sign_quest.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 9710278a07..7a70e90602 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -5151,8 +5151,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#up"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5207,8 +5207,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#down"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5284,8 +5284,8 @@ OnInit: OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#left"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5352,8 +5352,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#right"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5426,8 +5426,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#cen"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: