View Single Post
01-20-20, 10:58 AM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
When I mouse over the plugin, it turns out I do get an error. Yes, I realize this is from "Broker_Currency" but it is FeedTillers' plugin that is firing the error.
Lua Code:
  1. 1x ...Ons\Broker_Currency\libs\LibQTip-1.0\LibQTip-1.0-46.lua:650: Usage: <unnamed>:SetScript("frameScriptTypeName", function)
  2. [string "=[C]"]: ?
  3. [string "@Broker_Currency\libs\LibQTip-1.0\LibQTip-1.0-46.lua"]:650: in function `SetScript'
  4. [string "@FeedTillers\FeedTillers-@[email protected]"]:144: in function `OnEnter'
  5. [string "@ChocolateBar\Chocolate.lua"]:257: in function <ChocolateBar\Chocolate.lua:228>
  6.  
  7. Locals:
  8. (*temporary) = <unnamed> {
  9.  0 = <userdata>
  10.  regularFont = GameTooltipText {
  11.  }
  12.  columns = <table> {
  13.  }
  14.  scrollChild = <unnamed> {
  15.  }
  16.  colspans = <table> {
  17.  }
  18.  cell_margin_v = 3
  19.  width = 232.344307
  20.  headerFont = GameTooltipHeaderText {
  21.  }
  22.  lines = <table> {
  23.  }
  24.  labelProvider = <table> {
  25.  }
  26.  key = "FeedTillersTT"
  27.  height = 27.034430
  28.  cell_margin_h = 6
  29.  slider = <unnamed> {
  30.  }
  31.  scrollFrame = <unnamed> {
  32.  }
  33. }
  34. (*temporary) = 2
  35. (*temporary) = "OnMouseUp"
  Reply With Quote