summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/vincent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/vincent.txt')
-rw-r--r--world/map/npc/001-1/vincent.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/world/map/npc/001-1/vincent.txt b/world/map/npc/001-1/vincent.txt
index eb4c1fed..1a64b055 100644
--- a/world/map/npc/001-1/vincent.txt
+++ b/world/map/npc/001-1/vincent.txt
@@ -2,11 +2,6 @@
001-1.gat,135,42,0|script|Vincent|113,
{
- set @hw2011_npc_id, $@hw2011_npc_vincent;
- if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day)
- goto L_TrickOrTreat;
-
-L_Begin:
// This NPC previously used the variable TMW_Quest
callfunc "ClearVarTMW_Quest";
@@ -127,8 +122,4 @@ L_Close:
S_Update_Var:
set QUEST_SouthTulimshar, (QUEST_SouthTulimshar & ~(NIBBLE_2_MASK) | (@state << NIBBLE_2_SHIFT));
return;
-
-L_TrickOrTreat:
- callfunc "TrickOrTreat2011";
- goto L_Begin;
}