2.4.3. addon, shows better gear by slot and stat type
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

7 řádky
128B

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