![]() |
Wowpedia is no longer updated, go away. |
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[]
Patch 10.0.5 (2023-01-24): The server no longer returns information for specific item IDs (
success:false
).
Patch 8.0.1 (2018-07-17): Added.