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.
11 lines
273 B
11 lines
273 B
|
4 years ago
|
local L = BigWigs:NewBossLocale("Grimrail Enforcers", "deDE")
|
||
|
|
if not L then return end
|
||
|
|
if L then
|
||
|
|
L.sphere_fail_message = "Kugel wurde entfernt - Bosse heilen sich"
|
||
|
|
end
|
||
|
|
|
||
|
|
L = BigWigs:NewBossLocale("Oshir", "deDE")
|
||
|
|
if L then
|
||
|
|
L.freed = "Befreit nach %.1f Sek!"
|
||
|
|
end
|