ITEM_DATA_LOAD_RESULT

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 8.0.1

Fires when data is available in response to C_Item.RequestLoadItemData.

ITEM_DATA_LOAD_RESULT: itemID, success

Payload

itemID
number
success
boolean - True if the item was successfully queried from the server.

Patch changes

  • Dragonflight-Icon-Inline.png Patch 10.0.5 (2023-01-24): The server no longer returns information for specific item IDs (success:false).
  • BattleForAzeroth-Logo-Small.png Patch 8.0.1 (2018-07-17): Added.