ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

spelldb has duplicate spell ids for the same spell #96

Closed ferronn-dev closed 2 years ago

ferronn-dev commented 2 years ago

Bumped into this doing healsets.

    ['Greater Heal'] = {
      {
        25213,
        68,
        nil,
      },
      {
        25210,
        63,
        nil,
      },
      {
        25314,
        60,
        nil,
      },
      {
        25314,
        60,
        nil,
      },
      {
        10965,
        58,
        nil,
      },
      {
        10964,
        52,
        nil,
      },
      {
        10963,
        46,
        nil,
      },
      {
        2060,
        40,
        nil,
      },
    },