summaryrefslogtreecommitdiff
path: root/world/map/npc/xmas/2012/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/xmas/2012/doors.txt')
-rw-r--r--world/map/npc/xmas/2012/doors.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/world/map/npc/xmas/2012/doors.txt b/world/map/npc/xmas/2012/doors.txt
deleted file mode 100644
index 73bda9be..00000000
--- a/world/map/npc/xmas/2012/doors.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-// This file is part of Christmas Event 2012
-// author: Jenalya
-
-// entrance of the building
-030-1.gat,99,53,0|script|#Door|45,1,1,{
- callfunc "xmas2012time";
-
- if (@xmas_time == $@xmas2012_no_event_time)
- end;
-
- warp "030-2.gat", 88, 50;
- end;
-}