View Single Post
04/08/15, 11:28 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by votan View Post
That's what it does.
Oh, my bad your right. I guess I read it wrong. For some reason I looked at this:
Lua Code:
  1. slotData.rawName:lower() == slotData.searchData.cache[1]

and thought it said:
Lua Code:
  1. slotData.searchData.cache[1] = slotData.rawName:lower()
  Reply With Quote