summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 02:36:43 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 02:36:43 -0300
commitfb6f8e2140e9c82e0f8ffbb263ef13efa5152e21 (patch)
tree2bdf2754b99fbcd9d74bc8bc81473e322b8b352a
parentd011fa03ca102b0314833d54c1750a23560b84d3 (diff)
downloadserverdata-fb6f8e2140e9c82e0f8ffbb263ef13efa5152e21.tar.gz
serverdata-fb6f8e2140e9c82e0f8ffbb263ef13efa5152e21.tar.bz2
serverdata-fb6f8e2140e9c82e0f8ffbb263ef13efa5152e21.tar.xz
serverdata-fb6f8e2140e9c82e0f8ffbb263ef13efa5152e21.zip
Purge queststat2 from Devoir
-rw-r--r--npc/003-10/guarddevoir.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt
index 46abc2c2d..dea7bc877 100644
--- a/npc/003-10/guarddevoir.txt
+++ b/npc/003-10/guarddevoir.txt
@@ -29,8 +29,7 @@ L_Quest:
mesq l("Nice! I want you to kill some red scorpions, as I said!");
next;
if (.@q == 0) goto L_Continue;
- if (.@q == 1 && gettimetick(2) >= getq2(TulimsharQuest_Devoir) + 60 * 60 * 36) setq1 TulimsharQuest_Devoir, 2; // Repats every 36 hours
- if (.@q == 2) goto L_Repeat;
+ if (gettimetick(2) >= getq2(TulimsharQuest_Devoir) + 60 * 60 * 36) goto L_Repeat; // Repats every 36 hours
mesn;
mesq l("But, it wouldn't look nice if I let you do all the killing! The other guards are working right now!");
next;