diff options
Diffstat (limited to 'world/map/npc/021-1/eurni.txt')
-rw-r--r-- | world/map/npc/021-1/eurni.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 8f9e1b5d..ca514740 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -2,6 +2,9 @@ 021-1.gat,141,113,0|script|Eurni|136, { + set @halloween_npc_id, $@halloween_npc_eurni; + callfunc "TrickOrTreat"; + if (BaseLevel < 10) goto L_TooYoung; if (Zeny < 10000) goto L_NoMoney; |