stoneharry / WoW-Spell-Editor

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

Export Function is broken #116

Closed MoonSoo9079 closed 4 years ago

MoonSoo9079 commented 4 years ago

Spell editor version v1.9.6

Describe the bug The export function exports an invalid spell.dbc file.

To Reproduce Steps to reproduce the behavior:

  1. Open the Spell Editor
  2. Import the required dbc files
  3. Export the dbc files
  4. Open the exported Spell.dbc file in a dbc editor
  5. See invalid entries

Expected behavior The exported content of the Spell.dbc is expected to look like this: grafik

Screenshots Instead it looks like this: grafik

Additional context The export function works as expected in v1.9.5. The imported dbc files are the ones provided in the DBC_335_wotlk folder.

stoneharry commented 4 years ago

Thanks for reporting this, I was not aware something so fundamental was broken. I tested it exported the DBC but did not test it in game.

stoneharry commented 4 years ago

Fixed in 72934880ee55fb277da9513cf22a11dab32e7e19. Leaving this issue open until a new build is published (shortly).

stoneharry commented 4 years ago

Fixed in v1.9.7, closing and thanks for reporting this.