summaryrefslogtreecommitdiff
path: root/world/map/npc/021-1/weellos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-1/weellos.txt')
-rw-r--r--world/map/npc/021-1/weellos.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/world/map/npc/021-1/weellos.txt b/world/map/npc/021-1/weellos.txt
index b3321eb4..98565f9e 100644
--- a/world/map/npc/021-1/weellos.txt
+++ b/world/map/npc/021-1/weellos.txt
@@ -6,11 +6,6 @@
set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowWeellosNT;
set @kylian, ((QUEST_NorthTulimshar & $@businessmanNT_MASK) >> $@businessmanNT_SHIFT);
- set @hw2011_npc_id, $@hw2011_npc_weellos;
- if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day)
- goto L_TrickOrTreat;
-
-L_Begin:
if isin("021-1.gat", 130, 120, 140, 125) goto L_In;
mes "[Weellos]";
@@ -33,8 +28,4 @@ L_BeforeClose:
L_Close:
set @kylian, 0;
close;
-
-L_TrickOrTreat:
- callfunc "TrickOrTreat2011";
- goto L_Begin;
}