Tercioo / Details-Damage-Meter

Addon for World of Warcraft, does combat analyzes offering clean visual data for the player
Other
165 stars 117 forks source link

Fix classic era ptr GetTalentTabInfo #756

Closed Flamanis closed 2 weeks ago

Flamanis commented 2 weeks ago

On current classic era, GetTalentTabInfo only returns up to four values.

On era ptr and cata, GetTalentTabInfo returns up to 8 values.

This change just checks if the 5th value (fileName) exists. Which it will only exist on cata/ptr and will always exist if on those versions.

Tercioo commented 2 weeks ago

Could you bump the framework version by 1 in the head of fw.lua?