stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
252 stars 115 forks source link

Information in list does not match information in db #220

Closed itswicky closed 5 months ago

itswicky commented 10 months ago

Spell editor version 2.2.0

Describe the bug When saving a spell, spells created by copying another spell during that session will appear to have incorrect information in the spell editor, although their data is saved properly in the db.

To Reproduce Steps to reproduce the behavior:

  1. Create a copy of an existing spell.
  2. Edit the newly created spell.
  3. Create another new spell and save changes to it.
  4. Your previously created spell will have it's old icon and name appear in the list, but will have proper information in db.

Expected behavior Spells show in list should have information matching what is in db.

Screenshots bug_report

Additional Information I assume this is related to not doing full table queries after creating new spells.

itswicky commented 10 months ago

You cannot tell in the SS provided, but the icon for 91262 has also been changed. Again, db has correct information, but list does not display it properly.

stoneharry commented 10 months ago

Duplicate of #216

It's a purely visual bug, selecting the spell shows the right info. I do need to reproduce and fix it though.

stoneharry commented 5 months ago

Fixed with v.2.2.1.