summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDastgir <dastgir@users.noreply.github.com>2016-11-22 07:03:56 +0530
committerGitHub <noreply@github.com>2016-11-22 07:03:56 +0530
commitcadfd69b1f8199d11eed5d303880cd847ad736da (patch)
tree6f2e06550efbb741c5fa188175f0d19a6f7356b2
parenta897937add8317f2477e32878502cfb7c4c8ec2d (diff)
parent47834e8f6db03689595946af0cd95748005126c7 (diff)
downloadhercules-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.txt10
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: