diff options
Diffstat (limited to 'npc/001-1/bgmaster.txt')
-rw-r--r-- | npc/001-1/bgmaster.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/bgmaster.txt b/npc/001-1/bgmaster.txt index 13aa30ee0..78a986de5 100644 --- a/npc/001-1/bgmaster.txt +++ b/npc/001-1/bgmaster.txt @@ -87,9 +87,9 @@ OnTimer60000: end; // Arena Cooldown (every 8 hours) (CET time) -OnClock0000: -OnClock0800: -OnClock1600: +OnClock0001: +OnClock0801: +OnClock1601: if ($@BGMaster1 == 2) $@BGMaster1=0; end; |