View Single Post
10/23/17, 03:47 PM   #5
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
Originally Posted by BoarGules View Post
If it's Master Merchant, why is there this line in the stack trace?

Code:
user:/AddOns/AwesomeGuildStore/wrappers/SearchTabWrapper.lua:733: in function '(anonymous)'
    (tail call): ?
Because addon error messages are more complex than 'this addon shows up here means it causes the error.'
Because Master Merchant overwrites a lot of base game functions, which then breaks other addons that don't (and shouldn't need to) expect it.
  Reply With Quote