Upgraded the Relay module - it supports multiple relays now.
This commit is contained in:
@@ -67,7 +67,7 @@ class WorldBossController:
|
||||
elif timer.name == "The Hollow Reaper":
|
||||
data = self.calc_spawn_mortal(timer.time, 9 * 60 * 60, 15 * 60)
|
||||
elif timer.name == "Vizaresh":
|
||||
data = self.calc_spawn_mortal(timer.time, 17 * 60 * 60, 6 * 60 + 20)
|
||||
data = self.calc_spawn_mortal(timer.time, 17 * 60 * 60, 6 * 60)
|
||||
else:
|
||||
return None
|
||||
if not data:
|
||||
|
||||
Reference in New Issue
Block a user