2.4.3. addon, shows better gear by slot and stat type
25개 이상의 토픽을 선택하실 수 없습니다. 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