Aldriana / ShadowCraft-Engine

Calculations backend for ShadowCraft, a WoW theorycraft project.
GNU Lesser General Public License v3.0
37 stars 22 forks source link

Talent cache #92

Closed dazer closed 12 years ago

dazer commented 13 years ago

In combat cycles, the dps breakdown function will throw different data (for all items but killing spree) if called after talent_ranking(). This behaviour won't happen if we don't use the talent cache; I'll be digging around the issue but, for the time being, I'm disabling the cache in my forks until we trace the bug; see that this change significantly decreases performance.

dazer commented 12 years ago

This was patched. Also: the talent class is to be redesigned for mists.