bug fix
This commit is contained in:
parent
ea692c38ef
commit
a87c5b9576
2 changed files with 2 additions and 2 deletions
|
|
@ -293,7 +293,7 @@ local function ProfessionMenu_DewdropRegister(self)
|
|||
if CA_IsSpellKnown(750750) then
|
||||
if not divider then divider = PM:AddDividerLine(35) end
|
||||
local name, _, icon = GetSpellInfo(750750)
|
||||
local secure = { type1 = 'spell', spell = 750750 }
|
||||
local secure = { type1 = 'spell', spell = name }
|
||||
dewdrop:AddLine( 'text', name, 'icon', icon, 'secure', secure, 'closeWhenClicked', true, 'textHeight', PM.db.txtSize, 'textWidth', PM.db.txtSize)
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@
|
|||
## X-Category: Profession
|
||||
## X-OptionsFrame: ProfessionMenuOptionsFrame
|
||||
## DefaultState: enabled
|
||||
## Version: 0.7
|
||||
## Version: 0.8
|
||||
|
||||
embeds.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue