View Single Post
04-16-24, 07:10 PM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,951
Originally Posted by SDPhantom View Post
MERCHANT_SHOW doesn't seem to be used by the retail client anymore and has been replaced with PLAYER_INTERACTION_MANAGER_FRAME_SHOW with the value of Enum.PlayerInteractionType.Merchant. This then calls MerchantFrame_MerchantShow(). MERCHANT_SHOW may still fire, but I'm getting a whiff of deprecation here.
You could be right there.
When the time comes / or if Hubb feels like making the addon somewhat future proof now, they might be able to replace the MERCHANT_SHOW event check to that PLAYER_INTERACTION_MANAGER_FRAME_SHOW event and check for that value you mentioned before continuing on with the rest of the functionality.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote