summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2016-11-22 00:57:31 +0000
committerAsheraf <acheraf1998@gmail.com>2016-11-22 00:57:31 +0000
commit47834e8f6db03689595946af0cd95748005126c7 (patch)
tree6f2e06550efbb741c5fa188175f0d19a6f7356b2
parenta897937add8317f2477e32878502cfb7c4c8ec2d (diff)
downloadhercules-47834e8f6db03689595946af0cd95748005126c7.tar.gz
hercules-47834e8f6db03689595946af0cd95748005126c7.tar.bz2
hercules-47834e8f6db03689595946af0cd95748005126c7.tar.xz
hercules-47834e8f6db03689595946af0cd95748005126c7.zip
Fix wrong command usage at sign quest
disabled npc's do not show the effects
-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: