WowDevTools / WDBXEditor

A communal program to edit all variants of Blizzard's client db files.
229 stars 157 forks source link

Database name restriction #117

Open 171497767 opened 1 year ago

171497767 commented 1 year ago

If the database name contains "-" Can only be exported to SQL can not be import from SQL

database name: text_1 text_1.db2_spell_26972.dbc exported to sql ok import from sql ok

database name: text-1 text-1.db2_spell_26972.dbc exported to sql ok import from sql can't find table,no work