Fix wrong command usage at sign quest

Credit Hercules@47834e8f6db03689595946af0cd95748005126c7
This commit is contained in:
Atemo 2016-12-09 19:58:01 +01:00
parent 99d0afaca0
commit 45bc42c305

View File

@ -5151,8 +5151,8 @@ OnInit:
end;
OnEnable:
specialeffect EF_SUMMONSLAVE;
enablenpc "s_dance#up";
specialeffect EF_SUMMONSLAVE;
end;
OnDisable:
@ -5207,8 +5207,8 @@ OnInit:
end;
OnEnable:
specialeffect EF_SUMMONSLAVE;
enablenpc "s_dance#down";
specialeffect EF_SUMMONSLAVE;
end;
OnDisable:
@ -5284,8 +5284,8 @@ OnInit:
OnEnable:
specialeffect EF_SUMMONSLAVE;
enablenpc "s_dance#left";
specialeffect EF_SUMMONSLAVE;
end;
OnDisable:
@ -5352,8 +5352,8 @@ OnInit:
end;
OnEnable:
specialeffect EF_SUMMONSLAVE;
enablenpc "s_dance#right";
specialeffect EF_SUMMONSLAVE;
end;
OnDisable:
@ -5426,8 +5426,8 @@ OnInit:
end;
OnEnable:
specialeffect EF_SUMMONSLAVE;
enablenpc "s_dance#cen";
specialeffect EF_SUMMONSLAVE;
end;
OnDisable: