fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
51 stars 15 forks source link

Unlisted Item: Freyella #89

Closed suicidal-godot closed 2 years ago

suicidal-godot commented 4 years ago

Hi, Fonsleenaars,

I just got an as of yet unlisted throwing weapon in Atlantis:

image

Thank you very much for all your awesome work on TQ-DB!!!

Cheers, .

fonsleenaars commented 2 years ago

@suicidal-godot this might be one of those "cursing my past self" moments, because I have a sneaking suspicion the reason this is happening is because of a few lines of code excluding files that end with:

"/1hranged/u_e_02.dbr",
"/1hranged/u_n_05.dbr"

At some point it appears I was trying to keep Rhodian and Electrum sling from being indexed. There's a decent amount of items that the parser picks up that aren't actually in the game.

I'm guessing that Freyella happens to have the same extension on its file name, therefore being excluded. Testing this theory now, otherwise I'll just hunt down Freyella in the database and figure out what it's breaking on.

Pretty silly 😅

fonsleenaars commented 2 years ago

@suicidal-godot That's exactly what it was:

image

Now just need to figure out why the image is missing. It will be fixed in the next release 👍🏻

fonsleenaars commented 2 years ago

Parser is fixed, will release this in the next few days