summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-10-30 13:37:33 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-10-30 13:37:33 -0700
commitb2a2b2154e9b6ad235458f853fd7049525dba9e8 (patch)
tree041f927f0b5642039543dc700a9e69c8671e3000 /world/map/npc/008-1
parent0de5ecad9758520e3c5e3f2490decf8a5c2019dc (diff)
downloadserverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.gz
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.bz2
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.tar.xz
serverdata-b2a2b2154e9b6ad235458f853fd7049525dba9e8.zip
remove unequipbyid until unequipcb is merged and don't make quest logic dependent on debugv2013.10.30
Diffstat (limited to 'world/map/npc/008-1')
-rw-r--r--world/map/npc/008-1/annualeaster.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt
index e4ed6b1b..a06099a1 100644
--- a/world/map/npc/008-1/annualeaster.txt
+++ b/world/map/npc/008-1/annualeaster.txt
@@ -168,7 +168,7 @@ OnTimer1000:
set $@AEASTER_mapcount, 1 + getmapusers("008-1.gat") / 3;
set $@isEaster, 0;
- if ((gettime(6) == 3 && gettime(5) >= 22) || (gettime(6) == 4 && gettime(5) <= 25) || debug)
+ if ((gettime(6) == 3 && gettime(5) >= 22) || (gettime(6) == 4 && gettime(5) <= 25))
set $@isEaster, 1;
if (!$@wasEaster && $@isEaster)