2.4.3. addon, shows better gear by slot and stat type
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
128B

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