Various Fixes.
generified the Worldboss module; removed the spammy-section as of currently, will be readded at a later stage.
This commit is contained in:
@@ -45,7 +45,7 @@ class LevelController:
|
||||
|
||||
@command(command="mission", params=[Int("mission_level")], access_level="member",
|
||||
description="Show what character levels can roll a specified mission level",
|
||||
extended_description="Updated mission levels provided by Lucier")
|
||||
extended_description="Updated mission levels provided by Zetabyte")
|
||||
def mission_cmd(self, _, level):
|
||||
if 1 <= level <= 250:
|
||||
levels = self.get_mission_levels(level)
|
||||
|
||||
Reference in New Issue
Block a user