From d011fa03ca102b0314833d54c1750a23560b84d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 02:35:40 -0300 Subject: Fix some headers. Fun fact: We don't need state2 on our horrible daily quests. --- npc/007-1/dracoula.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'npc/007-1') 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; -- cgit v1.2.3-60-g2f50