diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 28c7e3364..2d3f61006 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -655,6 +655,11 @@ OnInit: //htput($@CONTRIBUTORS, "", 1); end; +OnClock0500: + // 23717 2020-12- + query_sql("DELETE FROM `chatlog` WHERE `time` < '"+sqldate(-7)+"'"); + end; + // This is for HUB OnSkillInvoke: if (!playerattached()) |