View Single Post
05/23/14, 06:05 AM   #14
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
New versions of all my addons will have this line of code:
Lua Code:
  1. ZO_PreHook("ZO_InventorySlot_OnMouseEnter", function(arg) return arg == nil end)
It's probably not the best solution, but it works for me.
  Reply With Quote