Outfitter (Abandoned)

Outfitter (Abandoned)

563k Downloads

Error when deselecting a target 1.14 SOM

lvangh opened this issue ยท 3 comments

commented

I have a "equip on target" test setup outfit called "Heal-AR" . I set it to Ironforge guard for the test.

When I select it, the gear swap works, but when I hit ESC to clear target, I get this wow UI error
image

commented

The equip on target code is the default

-- $EVENTS PLAYER_TARGET_CHANGED
-- $DESC Equips the outfit when your target changes to the specified name

-- $SETTING targetName = {type="string", label="Target name"}

-- Equip if it's the specified target
if UnitName("target"):lower() == setting.targetName:lower() then
    equip = true
end
commented

Stale issue message

commented

If this is still an issue, feel free to re-open this ticket.