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

Close DBC to Import SQL #222

Closed cbunting99 closed 8 months ago

cbunting99 commented 8 months ago

If you import spell.dbc, it always stays loaded. I'd like to be able to close the file to make sure importing the new spell.sql is correct.

Seems if you add a bunch of new rows to spell.sql, Spell Editor will only import the currently loaded rows by default and skip your changes.

cbunting99 commented 8 months ago

Nevermind. Didnt realize it could be done via sql editor. Seems exporting dbc to sql, doesn't import sql back to dbc.