Skip to content

Commit

Permalink
Fix raid interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo committed Nov 23, 2024
1 parent 8b9e0b0 commit b9bb1cf
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 b9bb1cf

Please sign in to comment.