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
Many items in Classic have stats provided through a passive aura attached to the item through ItemEffect, rather than having the stats on the item itself. When the API function GetItemStats is called on one of these items, a warning message is printed in the console.
1.2. How to Reproduce
/console enable
Press `, the default keybinding to open the console, observe current messages, then close again
CGast - CGItemStatsSummary::ParseSpellRec is being called for spellID: 15816, effect aura: 99, which is wrong
CGast - CGItemStatsSummary::ParseSpellRec is being called for spellID: 15816, effect aura: 124, which is wrong
1.3 Source Material
2. Expected Behavior
2.1. Description
Calling GetItemStats on a valid item shouldn't result in warning messages.
The text was updated successfully, but these errors were encountered:
1. Current Behavior
1.1. Description
Many items in Classic have stats provided through a passive aura attached to the item through ItemEffect, rather than having the stats on the item itself. When the API function GetItemStats is called on one of these items, a warning message is printed in the console.
1.2. How to Reproduce
/console enable
`
, the default keybinding to open the console, observe current messages, then close again/dump GetItemStats("\124cff0070dd\124Hitem:12784::::::::60:::::\124h[Arcanite Reaper]\124h\124r")
1.3 Source Material
2. Expected Behavior
2.1. Description
Calling
GetItemStats
on a valid item shouldn't result in warning messages.The text was updated successfully, but these errors were encountered: