diff options
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/dracoula.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index e45135cb1..6fc4adc55 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -37,9 +37,7 @@ L_Quest: mesq l("I mine here since a while. My favorite activity it's to scare others miners!"); next; if (.@q == 0) goto L_Continue; - if (.@q == 1 && gettimetick(2) >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) setq1 MineQuest_Dracoula, 2; // Repats every 23 hours - .@q=getq(MineQuest_Dracoula); // Fix it - if (.@q == 2) goto L_Repeat; + if (gettimetick(2) >= getq2(MineQuest_Dracoula) + 60 * 60 * 23) goto L_Repeat; mesn; mesq l("But come back in a few hours, I didn't lost all @@!", getitemlink(BatTeeth)); close; |