Skip to content

Commit

Permalink
update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 committed Oct 10, 2020
1 parent bb93e01 commit d473f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ local na_nyc = {"NA", "NYC"}
local na_chi = {"NA", "CHI"}
local na_phx = {"NA", "PHX"}
local na_la = {"NA", "LA"}
local br = {"BR", "nil"}
local la = {"LA", "nil"}
local oc = {"OC", "nil"}
local br = {"BR", nil}
local la = {"LA", nil}
local oc = {"OC", nil}

RF.servers = {
-- North America: New York City
Expand Down
3 changes: 2 additions & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ local welcomePrompt = CreateFrame("Frame")
welcomePrompt:RegisterEvent("PLAYER_LOGIN")
welcomePrompt:SetScript("OnEvent", function(_, event)
if event == "PLAYER_LOGIN" then
print("|cff00ffff[Region Filter]|r |cffffcc00Version 1.3.7|r. If there any bugs please report them via https://wow.curseforge.com/projects/regionfilter or https://github.com/jamesb93/RegionFilter")
print("|cff00ffff[Region Filter]|r |cffffcc00Version 1.3.7|r. If there any bugs please report them at https://github.com/jamesb93/RegionFilter")
print("If possible, stop using CurseForge (soon/now to be Overwolf) and try CurseBreaker https://www.github.com/AcidWeb/CurseBreaker.")
print(RF.postType)
end
end)
Expand Down

0 comments on commit d473f35

Please sign in to comment.