From 57fdd5f3f4a59033eb44c3be1a192675a82c348c Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 29 Jun 2013 14:49:40 +0200 Subject: Fix unintended fallthrough in annualeaster script. --- world/map/npc/008-1/annualeaster.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'world') diff --git a/world/map/npc/008-1/annualeaster.txt b/world/map/npc/008-1/annualeaster.txt index 7032a0f3..d7bd5e9d 100644 --- a/world/map/npc/008-1/annualeaster.txt +++ b/world/map/npc/008-1/annualeaster.txt @@ -171,6 +171,7 @@ OnTimer1000: goto L_do_update_enable; if ($@wasEaster && !$@isEaster) goto L_do_update_disable; + goto L_done_update; L_do_update_enable: callsub S_enableEggs; -- cgit v1.2.3-60-g2f50