Merge remote-tracking branch 'fork/master'
This commit is contained in:
commit
1a4a06d101
46 changed files with 1283 additions and 63 deletions
|
|
@ -6387,7 +6387,7 @@ do
|
|||
spellname_entry:SetPoint("left", spellname, "right", 2, 0)
|
||||
|
||||
local spellid_entry_func = function(arg1, arg2, spellid)
|
||||
local spellname, _, icon = GetSpellInfo(spellid)
|
||||
local spellname, _, icon = _GetSpellInfo(spellid)
|
||||
if (spellname) then
|
||||
spellname_entry:SetText(spellname)
|
||||
addframe.spellIconButton.icon.texture = icon
|
||||
|
|
@ -7203,4 +7203,4 @@ do
|
|||
|
||||
tinsert(Details.optionsSection, buildSection)
|
||||
end
|
||||
--]=]
|
||||
--]=]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue