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.
9 lines
280 B
9 lines
280 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Lord Walden", "deDE")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
-- %s will be either "Toxic Coagulant" or "Toxic Catalyst"
|
||
|
|
L.coagulant = "%s: Bewegen zum Verbannen"
|
||
|
|
L.catalyst = "%s: Krit Buff"
|
||
|
|
L.toxin_healer_message = "%: DoT auf allen"
|
||
|
|
end
|