Marlamin / wow.tools.local

Locally runnable version of the wow.tools website and some of its features
MIT License
97 stars 26 forks source link

Add several enums, flags, and FKs, and make sure they're shown on index/hotfixes pages #20

Closed raethkcj closed 10 months ago

raethkcj commented 10 months ago

Most of these are straightforward; conditionalFKs weren't showing on dbc/index, and conditionalEnums weren't showing on dbc/hotfixes, so I added those.

spellModOp is from https://wowdev.wiki/AuraEffect::CalculateSpellMod(), procTypeMask was checked against both wiki and EnumeratedStrings.

d3157513f3e64c872c77ccb2af0a6b4b9e67d4f4 has a few questionable things. Some of the EffectAuras are now different between Classic and Retail. I added the conditions assuming Retail takes precedent, but left the differences Classic has as comments.

Marlamin commented 10 months ago

Looks good, thanks a lot!