diff options
-rw-r--r-- | npc/003-1/aahna.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-1/aahna.txt b/npc/003-1/aahna.txt index 93f52cdf3..ba680c357 100644 --- a/npc/003-1/aahna.txt +++ b/npc/003-1/aahna.txt @@ -24,11 +24,13 @@ OnInit: end; // Server Happy Hour -OnSun1800: +// Used to be Sunday 18:00~20:00 +// Now it is Sunday 17:00~20:00 +OnSun1600: $@EXP_EVENT=rand2(15, 20); if ($@EXP_EVENT > 15 && $@EXP_EVENT != 20) $@EXP_EVENT=rand2(15, 20); - $@EXP_EVENT_TIME=any(1,1,1,2); + $@EXP_EVENT_TIME=any(2,2,2,3,4); donpcevent "@exprate::OnPlayerCall"; end; |