diff options
-rw-r--r-- | npc/001-11/Demure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index e060332b6..8600ddb31 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -11,7 +11,7 @@ function ScoreValentine { mes "##B"+l("Top 10 - Valentine Day")+"##b"; - mesc l("Leaderboard is refresh daily at 23:59!"); + mesc l("Leaderboard is refresh daily at 11:59 and 23:59!"); mes("1." +$@valentine_name$[0]+" ("+$@valentine_value[0]+")"); mes("2." +$@valentine_name$[1]+" ("+$@valentine_value[1]+")"); mes("3." +$@valentine_name$[2]+" ("+$@valentine_value[2]+")"); @@ -211,6 +211,7 @@ OnInit: end; OnClock2359: +OnClock1159: .@nb = query_sql("SELECT c.name, i.value FROM `acc_reg_num_db` AS i, `char` AS c WHERE i.key='#VALENTINE_POINTS' AND i.account_id=c.account_id AND c.char_num='0' ORDER BY i.value DESC LIMIT 10", $@valentine_name$, $@valentine_value); end; } |