diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-29 21:09:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-29 21:09:23 -0300 |
commit | f20e927e1aa50ce95816e0b2259c700db05a8bfe (patch) | |
tree | d0559acb501a1b4fc1f8e10cd5a6962a58695a5c | |
parent | 908c8f3f1e8780784536e400d7c73744f0994cb7 (diff) | |
download | serverdata-f20e927e1aa50ce95816e0b2259c700db05a8bfe.tar.gz serverdata-f20e927e1aa50ce95816e0b2259c700db05a8bfe.tar.bz2 serverdata-f20e927e1aa50ce95816e0b2259c700db05a8bfe.tar.xz serverdata-f20e927e1aa50ce95816e0b2259c700db05a8bfe.zip |
Refresh PoI every 12 hours, not every 24 hours.
-rw-r--r-- | npc/functions/treasure.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index ec3ce0a12..264c46b77 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -262,6 +262,7 @@ OnInit: OnInit: .offset = 0; OnClock0551: +OnClock1751: // Sanitization: Ensure the duplication database exists (OnInterIfInit) if (!$@_DUPES) end; |