diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/barriers.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/barriers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 219ca55b..7db8a472 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -47,7 +47,7 @@ L_XmasMain: "No, It's quite nice out here.", L_Close; L_Open: - if (($@XmasBattleStatus) && (!($@XmasBattleCoolDown))) goto L_BattleInProgress; + if ($@XmasBattleStatus) goto L_BattleInProgress; warp "030-4.gat",34,48; goto L_Close; |