diff SkeletonKey/KeyButton.lua @ 62:04c23ceaf9e0

- fix taint caused by loading in combat
author Nenue
date Mon, 05 Sep 2016 14:56:38 -0400
parents c416c9e6d212
children 2409fe9b81e1
line wrap: on
line diff
--- a/SkeletonKey/KeyButton.lua	Sun Aug 28 10:06:59 2016 -0400
+++ b/SkeletonKey/KeyButton.lua	Mon Sep 05 14:56:38 2016 -0400
@@ -143,7 +143,6 @@
     elseif actionType == 'item' then
       name = GetItemInfo(actionID)
       icon = GetItemIcon(actionID)
-      actionID = name
     elseif actionType == 'battlepet' then
 
       local speciesID, customName, level, xp, maxXp, displayID, isFavorite, petName, petIcon, petType, creatureID = GetPetInfoByPetID(actionID)