Skip to content

Commit

Permalink
CrystalVale_Classic: Fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 27, 2024
1 parent 073df81 commit dcc39e5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "deDE")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "deDE")
if L then
L.bossName = "Prinz Donneraan"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/esES.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "esES")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "esES")
if L then
L.bossName = "Príncipe Thunderaan"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/esMX.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "esMX")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "esMX")
if L then
L.bossName = "Príncipe Thunderaan"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/frFR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "frFR")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "frFR")
if L then
L.bossName = "Prince Tonneraan"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/itIT.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "itIT")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "itIT")
if L then
L.bossName = "Principe Tuonelaar"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/koKR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "koKR")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "koKR")
if L then
L.bossName = "왕자 썬더란"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/ptBR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "ptBR")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "ptBR")
if L then
L.bossName = "Príncipe Trovejardus"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "ruRU")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "ruRU")
if L then
L.bossName = "Принц Громораан"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "zhCN")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "zhCN")
if L then
L.bossName = "桑德兰王子"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down
2 changes: 1 addition & 1 deletion CrystalVale_Classic/Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = BigWigs:NewBossLocale("Lord Kazzak Season of Discovery", "zhTW")
local L = BigWigs:NewBossLocale("Thunderaan Season of Discovery", "zhTW")
if L then
--L.bossName = "Prince Thunderaan"
--L.mender = "Storm Mender" -- NPC 231858
Expand Down

0 comments on commit dcc39e5

Please sign in to comment.