diff options
-rw-r--r-- | npc/quests/the_sign_quest.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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: |