2.4.3. addon, shows better gear by slot and stat type
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
128B

  1. -- slash command /better as addon entrypoint
  2. SLASH_BETTER1 = "/better"
  3. SlashCmdList["BETTER"] = function(msg)
  4. main(msg)
  5. end