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

Limit of spells #218

Closed Lucillien05 closed 10 months ago

Lucillien05 commented 10 months ago

Spell editor version Newest 2.2.0

Describe the bug When having multiple custom spells, there is limit, which is imported into spell editor (into mysql). When tried to import custom spell.dbc file, only a part of them is really imported, other part is totally ignored. I found out, only 50000 rows imported into mysql and into editor, so I guess this is where limit goes. I hope I can somehow change this limit?

stoneharry commented 10 months ago

There is no limit. Upload your DBC here and I can take a look, it's possible there is bad data such as duplicate ids that are throwing an error.

Lucillien05 commented 10 months ago

There is no limit. Upload your DBC here and I can take a look, it's possible there is bad data such as duplicate ids that are throwing an error. image yes, there are duplicates, so not editor's problem. Wouldn't you please have guesses, how it can be repaired? No duplicates are shown when exported into csv.

Lucillien05 commented 10 months ago

Fixed