diff options
-rw-r--r-- | npc/003-3/malindou.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 7791035de..5e3978236 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -569,6 +569,7 @@ OnPCBaseLvUpEvent: // Every time the server starts, clean up possibly broken data about treasures. // NPC ID might have changed. OnInterIfInitOnce: + atcommand("@channel setopt #world MessageDelay 1"); query_sql("DELETE FROM `char_reg_num_db` WHERE `key`='RNGTREASURE_DATE'"); end; |