summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-08 19:11:18 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-08 19:11:18 -0300
commitae696f232231ff962cb2f7b2b59c9802380506ef (patch)
tree7fba0df8ec589874b98192e349c519c8d928f2ab
parentf10774ef0168bf633df977605001eeb247f436fd (diff)
downloadserverdata-ae696f232231ff962cb2f7b2b59c9802380506ef.tar.gz
serverdata-ae696f232231ff962cb2f7b2b59c9802380506ef.tar.bz2
serverdata-ae696f232231ff962cb2f7b2b59c9802380506ef.tar.xz
serverdata-ae696f232231ff962cb2f7b2b59c9802380506ef.zip
Fix a major bug
-rw-r--r--npc/081-1/dungeon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt
index 6503bc6a..b2928dce 100644
--- a/npc/081-1/dungeon.txt
+++ b/npc/081-1/dungeon.txt
@@ -33,7 +33,7 @@ OnInit:
function complete;
function dowarp;
// Created *after* the event begun (on test server)? Disregard.
- if (TUT_var < 1639278000) { mes l("This account is too young to participate."); close; }
+ if (TUT_var > 1639278000) { mes l("This account is too young to participate."); close; }
if (!isChristmas21()) soon();
if (X21ED2_CLEAR()) complete();
do