diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-24 20:46:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-24 20:46:58 -0300 |
commit | 3513a699ef9f3ec35c72f6fef55f77753cf700bb (patch) | |
tree | 6e5db939b0100a6887d597abc3ad11874f2c7586 /npc/commands | |
parent | 5f555afa3f14ca43ca3e5ea49faeea396bb726fd (diff) | |
download | serverdata-3513a699ef9f3ec35c72f6fef55f77753cf700bb.tar.gz serverdata-3513a699ef9f3ec35c72f6fef55f77753cf700bb.tar.bz2 serverdata-3513a699ef9f3ec35c72f6fef55f77753cf700bb.tar.xz serverdata-3513a699ef9f3ec35c72f6fef55f77753cf700bb.zip |
Better run this iteraction daily, even if it is somewhat costly
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/grantpower.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt index 812b9b870..1f867f6e4 100644 --- a/npc/commands/grantpower.txt +++ b/npc/commands/grantpower.txt @@ -99,7 +99,7 @@ function legendaryRodexWarning { return; } -OnThu0008: +OnClock0238: .@date=gettimetick(2); .@warn=.@date-(86400*2); .@kick=.@date-(86400*7); |