diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-11-22 07:03:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 07:03:56 +0530 |
commit | cadfd69b1f8199d11eed5d303880cd847ad736da (patch) | |
tree | 6f2e06550efbb741c5fa188175f0d19a6f7356b2 | |
parent | a897937add8317f2477e32878502cfb7c4c8ec2d (diff) | |
parent | 47834e8f6db03689595946af0cd95748005126c7 (diff) | |
download | hercules-cadfd69b1f8199d11eed5d303880cd847ad736da.tar.gz hercules-cadfd69b1f8199d11eed5d303880cd847ad736da.tar.bz2 hercules-cadfd69b1f8199d11eed5d303880cd847ad736da.tar.xz hercules-cadfd69b1f8199d11eed5d303880cd847ad736da.zip |
Merge pull request #1519 from Asheraf/thesign
Fix wrong command usage at the sign quest
-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: |