View Single Post
02-25-24, 12:27 AM   #36
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 114
Yes it works. Thank you very much. And the last question (with your help I have already figured out a lot)
I replaced
Lua Code:
  1. name = "Emerald Mark of Mastery",
on
Lua Code:
  1. name = {
  2.             enUS = "Herb-Infused Water",
  3.             deDE = "Mit Kräutern aromatisiertes Wasser"
  4.         },
and the button stopped working =(
  Reply With Quote