mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
^_^
This commit is contained in:
@@ -113,7 +113,7 @@ if not AceGUIMultiLineEditBoxInsertLink then
|
||||
if id <= MAX_SPELLS and (not drag) and IsShiftKeyDown() then
|
||||
local spellName, subSpellName = GetSpellName(id, SpellBookFrame.bookType)
|
||||
if spellName and not IsSpellPassive(id, SpellBookFrame.bookType) then
|
||||
if subSpellName and (strlen(subSpellName) > 0) then
|
||||
if subSpellName and subSpellName ~= "" then
|
||||
_G.AceGUIMultiLineEditBoxInsertLink(spellName.."("..subSpellName..")")
|
||||
else
|
||||
_G.AceGUIMultiLineEditBoxInsertLink(spellName)
|
||||
|
||||
Reference in New Issue
Block a user