diff options
Diffstat (limited to 'npc/008-4-1')
-rw-r--r-- | npc/008-4-1/boss.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/008-4-1/boss.txt b/npc/008-4-1/boss.txt index 748ef1c3..17b04880 100644 --- a/npc/008-4-1/boss.txt +++ b/npc/008-4-1/boss.txt @@ -8,7 +8,12 @@ 008-4-1,0,0,0 script #BossCtrl_008-4-1 NPC_HIDDEN,{ end; -// Respawn every hour +// Test server: 15 minutes only +OnTimer900000: + if (!debug) + end; + +// Otherwise, respawn every hour OnTimer3600000: stopnpctimer; OnInit: |