You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L.COMMANDLINE= {} -- translate whatever in this section would be standard of an addon in the language. i.e. /km show, /km XXXX, or /XX XXXX It will work just fine.
91
91
L.COMMANDLINE["/km"] = { name="/km", text="/km"}
@@ -120,7 +120,7 @@ L.PLAYERFRAME["New"] = { name = "新", text = "你完成此鑰石+1後的評分
Copy file name to clipboardexpand all lines: Core/UI/WhatsNew.lua
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ local function setWhatsNewContent(parent)
52
52
<p>Clicking on the Key Master Notice frame now dismisses the message until next reload/relog.</p>
53
53
<br/>
54
54
<h2>|cff]]..h2Color..[[Fixes:|r</h2>
55
+
<p>Fixed portal click issue (FINALLY!) This was due to a CVAR setting from OPie(?) or any addon that changes the way mouse-clicks happen in WoW...</p>
56
+
<br/>
55
57
<p>Fixed a bug when receiving a new or updated keystone under certain conditions, your key information didn't update in real-time without a reload or relog.</p>
56
58
<br/>
57
59
<p>Fixed a bug where non-English client keys were sometimes not updating real-time.</p>
@@ -60,8 +62,6 @@ local function setWhatsNewContent(parent)
60
62
<br/>
61
63
<p>Removed empty quotation marks in specialization on the player page header when a player does not have a current active specialization or it is otherwise unknown.</p>
62
64
<br/>
63
-
<p>Fixed issue where some clients were not able to use the portal icons.</p>
64
-
<br/>
65
65
<h2>|cff]]..h2Color..[[Open Items:|r</h2>
66
66
<p>Still validating season 4 rating calculations (We are cautiously optimistic that the ratings are accurate.)</p>
0 commit comments