wowdev / WoWDBDefs

Client database definitions for World of Warcraft
Other
246 stars 95 forks source link

Named/guessed some classic fields #108

Closed Ghaster closed 2 years ago

Ghaster commented 2 years ago

Few guesses, but some new names added aswell:

Field_2_0_0_6080_009 -> HasStrengthAttackBonus: This field is used in "GetAttackPowerForStat" lua function. It doubles the amount of strength returned if this field is flagged and DamageBonusStat != 0. I borrowed the name from the shapeshiftform flag 0x20 which is also accessed in the same function and does the same thing for agility.

Field_1_13_2_30073_008 -> WorldStateExpressionID: Thanks to WotLK Classic for finally using this field for something. Guessing it's WorldStateExpression since it would make sense for Holidays and that value also existed all the way back in build 1.13.2.30073.

Marlamin commented 2 years ago

Thanks!