Broker_Classic_Training

Broker_Classic_Training

11.4k Downloads

Priest racial abilities do not show up in the training list.

davidcraig opened this issue ยท 1 comments

commented

Spells such as Elune's Grace, Shadowguard, Fear Ward, etc are not currently accounted for in the training list.

commented

As an explanation of how this will be achieved, the table is laid out like this

local PriestRacialClassSpells = {
  ['dwarf'] = {
    [10] = {
      ['desperate_prayer:1'] = {
        name = 'Desperate Prayer',
        rank = 1,
        id = 13908,
        level = 10,
        cost = 'quest'
      }
    },
   ...

So each race has a key, we can change the keys if it's easier to match them against a function from wow which retrieves the player race. But we simply just need to add the abilities into the main loop based on player race.