Skip to content

Commit

Permalink
Fix raid interval (#4850)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo authored Nov 24, 2024
1 parent b74df25 commit 38e8c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/globalevents/raids/raids.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local event = GlobalEvent("raids")

local CHECK_RAIDS_INTERVAL = 60
local CHECK_RAIDS_INTERVAL = 60 * 1000
local MAX_RAND_RANGE = 10000000

event:interval(CHECK_RAIDS_INTERVAL)
Expand Down

0 comments on commit 38e8c8a

Please sign in to comment.