From ed4d70b5899f2a09ed1fc117630a97196a88d4eb Mon Sep 17 00:00:00 2001
From: Coffee <coffee@coffee-EP45-UD3L.(none)>
Date: Fri, 22 Jul 2011 23:44:29 -0300
Subject: changes gettimetick(1) to gettimetick(2) in the speed skill challenge

---
 world/map/npc/006-1/pachua.txt | 2 +-
 world/map/npc/013-2/notes.txt  | 2 +-
 world/map/npc/032-1/miriam.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'world/map')

diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt
index c7bd1855..c1bfb83f 100644
--- a/world/map/npc/006-1/pachua.txt
+++ b/world/map/npc/006-1/pachua.txt
@@ -228,7 +228,7 @@ L_TooMany:
 
 L_smoke:
 	message strcharinfo(0), "Pachua quickly inhales from his pipe and releases a ring of smoke towards the sky!";
-	set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start;
+	set QUEST_MIRIAM_run, gettimetick(2) - QUEST_MIRIAM_start;
 	set QUEST_MIRIAM_start, 0;
 	end;
 
diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt
index f45b2554..dcc1123b 100644
--- a/world/map/npc/013-2/notes.txt
+++ b/world/map/npc/013-2/notes.txt
@@ -56,7 +56,7 @@
 
 L_cheat:
 	set QUEST_MIRIAM_cheat, 1;
-	set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start;
+	set QUEST_MIRIAM_run, gettimetick(2) - QUEST_MIRIAM_start;
 	set QUEST_MIRIAM_start, 0;
 	message strcharinfo(0), "You were supposed to actually run to this place. You are not sure if this is going to work for Miriam...";
 	close;
diff --git a/world/map/npc/032-1/miriam.txt b/world/map/npc/032-1/miriam.txt
index b6dac559..0516f4b5 100644
--- a/world/map/npc/032-1/miriam.txt
+++ b/world/map/npc/032-1/miriam.txt
@@ -207,7 +207,7 @@ L_test:
 	warp "032-1.gat",55,21;
 	npctalk "Run " +strcharinfo(0)+ ", run!";
 	set QUEST_MIRIAM, 5;
-	set QUEST_MIRIAM_start, gettimetick(1);
+	set QUEST_MIRIAM_start, gettimetick(2);
 	set QUEST_MIRIAM_cheat, 0;
 	end;
 
-- 
cgit v1.2.3-70-g09d2