Fixed that for ya

This commit is contained in:
John 2015-08-20 11:09:22 +02:00
parent 60f3706aae
commit d2afb22e07

View file

@ -4925,7 +4925,7 @@ def track(command, track, value=None):
return 'Set the experience of the %s track to: %d!' % (track, value)
return 'Invalid command.'
@magicWord(category=CATEGORY_DEVELOPER, types=[str, str])
@magicWord(category=CATEGORY_PROGRAMMER, types=[str, str])
def suit(command, suitName):
invoker = spellbook.getInvoker()
command = command.lower()