Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit f551b35

Browse files
committed
Fixed Molten Core
1 parent 343ed74 commit f551b35

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ L = SimpleAutoCombatLog.L;
44

55
SimpleAutoCombatLog.Zones = {
66
["ZoneOnly"] = { -- Only Zone must be entered
7-
L["The Molten Core"],
7+
L["Molten Core"],
88
L["Blackwing Lair"],
99
L["Onyxia's Lair"],
1010
L["Ruins of Ahn'Qiraj"],

Localization.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setmetatable(SimpleAutoCombatLog.L, {__index=defaultFunc});
1212

1313
if GetLocale() == "deDE" then
1414
-- Zones
15-
SimpleAutoCombatLog.L["The Molten Core"] = "Der Geschmolzene Kern";
15+
SimpleAutoCombatLog.L["Molten Core"] = "Der Geschmolzene Kern";
1616
SimpleAutoCombatLog.L["Onyxia's Lair"] = "Onyxias Hort";
1717
SimpleAutoCombatLog.L["Blackwing Lair"] = "Pechschwingenhort";
1818
SimpleAutoCombatLog.L["Ruins of Ahn'Qiraj"] = "Ruinen von Ahn'Qiraj";
@@ -41,7 +41,7 @@ if GetLocale() == "deDE" then
4141

4242
elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
4343
-- Zones
44-
SimpleAutoCombatLog.L["The Molten Core"] = "Огненные Недра";
44+
SimpleAutoCombatLog.L["Molten Core"] = "Огненные Недра";
4545
SimpleAutoCombatLog.L["Onyxia's Lair"] = "Логово Ониксии";
4646
SimpleAutoCombatLog.L["Blackwing Lair"] = "Логово Крыла Тьмы";
4747
SimpleAutoCombatLog.L["Ruins of Ahn'Qiraj"] = "Руины Ан'Киража";

SimpleAutoCombatLog.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 11302
22
## Title: |cff00ccffSimpleAutoCombatLog|r
33
## Author: |cff00ccffKessedy|r
4-
## Version: 1.0
4+
## Version: 1.1
55
## Notes: Automatically starts /combatlog for raids
66

77
Localization.lua

0 commit comments

Comments
 (0)