diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-22 23:44:29 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-22 23:44:29 -0300 |
commit | ed4d70b5899f2a09ed1fc117630a97196a88d4eb (patch) | |
tree | f8bd8ed7b30fe0a2b3b2906fa9d33906e6e17fca /world/map/npc/006-1 | |
parent | c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da (diff) | |
download | serverdata-ed4d70b5899f2a09ed1fc117630a97196a88d4eb.tar.gz serverdata-ed4d70b5899f2a09ed1fc117630a97196a88d4eb.tar.bz2 serverdata-ed4d70b5899f2a09ed1fc117630a97196a88d4eb.tar.xz serverdata-ed4d70b5899f2a09ed1fc117630a97196a88d4eb.zip |
changes gettimetick(1) to gettimetick(2) in the speed skill challenge
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |