Open howtokana opened 1 year ago
Pretty sure it's loading these from the language file rather than the DBC
Pretty sure it's loading these from the language file rather than the DBC
If I manually edit Spell.dbc they work fine but as soon as I recompile with the spell editor, it reverts it.
What do you mean by 'recompiling the spell editor'?
What do you mean by 'recompiling the spell editor'?
Oh sorry it's a term I'm used to. I just export my spell.db
export it to an .mpq file ofc
The StanceBarOrder
column is not handled by the spell editor today, which is a gap in functionality.
However doing a export of SQL -> DBC is a 1:1 mapping and no data will be missed or changed.
You need to edit the value in the spell editor database. If you want to edit it in the DBC then you need to drop the spell editor database and reimport the new DBC.
Ah I see, would it be possible to have the Spell Editor also handle this for future versions?
Spell editor version 2.1.2
Describe the bug Even after editing the "Bindings_335_wotlk" and SQL, StanceBarOrder does not save upon recompiling the spell editor. It simply reverts back to it's old order.
To Reproduce Steps to reproduce the behavior:
Expected behavior StanceBarOrders should save without and issue on recompile.