hseager / Classic-WoW-Talent-Planner

A talent planner for World of Warcraft Classic
15 stars 11 forks source link

Mage Talent - Arcane Meditation has incorrect number of levels #7

Closed Malorh closed 5 years ago

Malorh commented 5 years ago

The Mage talent Arcane Meditation (tier 4) is shown to have five levels, but it should only have three levels. The tooltip stops at three (as it should).

Malorh commented 5 years ago

I think you just need to change

"maxRank": 5,

to

"maxRank": 3,

in line 5055 in talent-data.json.

hseager commented 5 years ago

Thanks for looking into this! Fixed, and will deploy to live later this evening