You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
134x ...\tradeDispenser\tradeDispenser_SlaveFrame.lua:78: attempt to concatenate local 'cID' (a nil value)
...\tradeDispenser\tradeDispenser_SlaveFrame.lua:78: in function <...\tradeDispenser\tradeDispenser_SlaveFrame.lua:3>
With Blizzard's new chat restrictions if the addon tries to send to SAY while not in an instance it gets blocked, so code never reaches that early return on L69.
What I did on my local copy as a sort of band-aid catch all fix is modify the tradeDispenserMessage function thus.
From quick code review it looks to me that this is happening due to
tradeDispenser_SlaveFrame.lua#L65
With Blizzard's new chat restrictions if the addon tries to send to SAY while not in an instance it gets blocked, so code never reaches that early return on L69.
What I did on my local copy as a sort of band-aid catch all fix is modify the tradeDispenserMessage function thus.
The text was updated successfully, but these errors were encountered: