diff options
Diffstat (limited to 'world/map/npc/021-1/eurni.txt')
-rw-r--r-- | world/map/npc/021-1/eurni.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 0170c6b6..8659c6cd 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -2,11 +2,6 @@ 021-1.gat,141,113,0|script|Eurni|136, { - set @hw2011_npc_id, $@hw2011_npc_eurni; - if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) - goto L_TrickOrTreat; - -L_Begin: if (BaseLevel < 10) goto L_TooYoung; if (Zeny < 10000) goto L_NoMoney; @@ -42,8 +37,4 @@ L_NoMoney: mes "[Eurni the Surgeon]"; mes "\"You don't have enough to pay for my services.\""; close; - -L_TrickOrTreat: - callfunc "TrickOrTreat2011"; - goto L_Begin; } |