Thread: Journal
View Single Post
01-15-12, 04:54 PM   #3
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Seems you have an addon that changes IsEquippedItem, more exactly sets that API to nil, so it does not exist.

http://wowprogramming.com/docs/api/IsEquippedItem

You can if you have, search all your .lua files in Interface\Addons and see what addons use that API, by searching for "IsEquippedItem" -maybe you find something saying "IsEquippedItem = nil" or similar.
  Reply With Quote