View Single Post
09/20/23, 12:51 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
Code:
Added _context_
* EVENT_CRAFT_STARTED (*[TradeskillType|#TradeskillType]* _craftSkill_, *[CraftingProcessContext|#CraftingProcessContext]* _context_)

CraftingProcessContext
* CRAFTING_PROCESS_CONTEXT_CONSUME_ATTUNABLE_STATIONS
* CRAFTING_PROCESS_CONTEXT_NONE
Just as a hint. Might be that the new master crafter tables use the new parameter to say a new set was combined/included to the master station, and thus the event fires for that, making our addons think an item crafting process started?

Haven't checked the code yet, if this would be the case. One should check the new context param then to assure it's really "crafting an item" (context = none) , so that for example addons like Lazy Set Crafter etc. (or DoItAll, Mass Deconstructor etc.) may not freak out

Last edited by Baertram : 09/20/23 at 12:53 AM.
  Reply With Quote