diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/halloween/2011/trick_or_treat.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/halloween/2011/trick_or_treat.txt b/world/map/npc/halloween/2011/trick_or_treat.txt index 07b6c6fe..b5fc7ba3 100644 --- a/world/map/npc/halloween/2011/trick_or_treat.txt +++ b/world/map/npc/halloween/2011/trick_or_treat.txt @@ -17,7 +17,7 @@ // Currently, the vague plan is 16 for each, but we may need to use this variable for the second part of the quest. function|script|TrickOrTreat2011|{ - if (BaseLevel < $@hw2011_min_level) + if ((gettimetick(2)-TUT_var < 7*86400) || (BaseLevel < $@hw2011_min_level)) //player must be created at least 1 weeks ago goto L_QuickReturn; menu "Trick or Treat", -, |