From 47834e8f6db03689595946af0cd95748005126c7 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Tue, 22 Nov 2016 00:57:31 +0000 Subject: Fix wrong command usage at sign quest disabled npc's do not show the effects --- npc/quests/the_sign_quest.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests') diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index e5c3c6e68..dd3750543 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -5165,8 +5165,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#up"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5221,8 +5221,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#down"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5298,8 +5298,8 @@ OnInit: OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#left"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5366,8 +5366,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#right"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: @@ -5440,8 +5440,8 @@ OnInit: end; OnEnable: - specialeffect EF_SUMMONSLAVE; enablenpc "s_dance#cen"; + specialeffect EF_SUMMONSLAVE; end; OnDisable: -- cgit v1.2.3-60-g2f50