Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
166 stars 7 forks source link

Enum values for bank bags in Wrath refer to the wrong bags #493

Open plusmouse opened 11 months ago

plusmouse commented 11 months ago

Enum.BagIndex.BankBag_1 is 6 on Wrath (like Retail) despite the 6 referring to bank bag 2 on Wrath. All the enum values have their values offset by 1.

To fix the Wrath enum should have the BankBag_1 set to 5 instead of 6 (unlike the Retail enum's value).