You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSV import will fail when there is /n or /r in a spell description for example. The tool should consider that it's a new row. WoW should consider only /r/n as new row, which allow newline in description.
How to reproduce :
Open a DBC with /n or /r in any string.
Export to CSV.
Import from CSV. Fail.
The text was updated successfully, but these errors were encountered:
The CSV import will fail when there is /n or /r in a spell description for example. The tool should consider that it's a new row. WoW should consider only /r/n as new row, which allow newline in description.
How to reproduce :
Open a DBC with /n or /r in any string.
Export to CSV.
Import from CSV. Fail.
The text was updated successfully, but these errors were encountered: