Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Fix capitalization of EU Aman'thul (closes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanx committed Feb 8, 2018
1 parent 5b41ea1 commit 7f4b1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibRealmInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
https://www.wowinterface.com/downloads/info22987-LibRealmInfo
----------------------------------------------------------------------]]

local MAJOR, MINOR = "LibRealmInfo", 10
local MAJOR, MINOR = "LibRealmInfo", 12
assert(LibStub, MAJOR.." requires LibStub")
local lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end
Expand Down Expand Up @@ -497,7 +497,7 @@ realmData = {
[562] = "Alexstrasza,PVE,deDE,Sturmangriff / Charge,EU",
[563] = "Alleria,PVE,deDE,Reckoning / Abrechnung,EU",
[1391] = "Alonsus,PVE,enGB,Reckoning / Abrechnung,EU",
[601] = "Aman'Thul,PVE,deDE,Reckoning / Abrechnung,EU",
[601] = "Aman'thul,PVE,deDE,Reckoning / Abrechnung,EU",
[1330] = "Ambossar,PVE,deDE,Reckoning / Abrechnung,EU",
[1394] = "Anachronos,PVE,enGB,Reckoning / Abrechnung,EU",
[1104] = "Anetheron,PVP,deDE,Glutsturm / Emberstorm,EU",
Expand Down

0 comments on commit 7f4b1d3

Please sign in to comment.